10 lines
167 B
C
10 lines
167 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
extern uint64_t gSelfProcCap;
|
|
extern uint64_t gSelfVmasCap;
|
|
|
|
extern uint64_t gInitEndpointCap;
|
|
|
|
extern uint64_t gBootDenaliVmmoCap;
|