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