|
#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;
|
|
extern uint64_t gBootFramebufferVmmoCap;
|