mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
12 lines
300 B
C
12 lines
300 B
C
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_PROCESSORNUMBER_H_
|
|
#define COSMOPOLITAN_LIBC_NT_STRUCT_PROCESSORNUMBER_H_
|
|
COSMOPOLITAN_C_START_
|
|
|
|
struct NtProcessorNumber {
|
|
uint16_t Group;
|
|
uint8_t Number;
|
|
uint8_t Reserved;
|
|
};
|
|
|
|
COSMOPOLITAN_C_END_
|
|
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_PROCESSORNUMBER_H_ */
|