mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.8][ARM] Building support in ARM
This commit is contained in:
8
src/x86/cpuid_asm.h
Normal file
8
src/x86/cpuid_asm.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __CPUID_ASM__
|
||||
#define __CPUID_ASM__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void cpuid(uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user