[Zion/Mammoth] Move init cap decls to mammoth.
They no longer need to be independent now that we have removed the libc.
This commit is contained in:
parent
c209925a3c
commit
642fc4d80d
7 changed files with 14 additions and 19 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue