2023-06-17 01:30:47 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
extern uint64_t gSelfProcCap;
|
|
|
|
extern uint64_t gSelfVmasCap;
|
|
|
|
|
2023-06-21 23:14:42 -07:00
|
|
|
extern uint64_t gInitEndpointCap;
|
2023-06-17 01:30:47 -07:00
|
|
|
|
|
|
|
extern uint64_t gBootDenaliVmmoCap;
|
2023-06-22 00:22:59 -07:00
|
|
|
extern uint64_t gBootVictoriaFallsVmmoCap;
|
2023-08-01 17:13:16 -07:00
|
|
|
extern uint64_t gBootPciVmmoCap;
|
2023-11-09 11:20:41 -08:00
|
|
|
extern uint64_t gBootFramebufferVmmoCap;
|