12 lines
243 B
C
12 lines
243 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;
|
|
extern uint64_t gBootPciVmmoCap;
|