PatchworkOS
Loading...
Searching...
No Matches
cpu_id.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
14#define CPU_MAX UINT8_MAX
15
19#define CPU_ID_BOOTSTRAP 0
20
24#define CPU_ID_INVALID UINT16_MAX
25
30
uint16_t cpuid_t
Type used to identify a CPU.
Definition cpu_id.h:29
__UINT16_TYPE__ uint16_t
Definition stdint.h:13