Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
core.h
Go to the documentation of this file.
1#ifndef __CPU__CORE_H__
2#define __CPU__CORE_H__
3
4#include <type.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11
12#ifdef __cplusplus
13}
14#endif
15
16
17#endif // __CPU_CORE_H__
uint8_t get_current_core_cpuid()
unsigned char uint8_t
Definition type.h:7