forked from xt-sys/exectos
Initialize CPU power structures, idle process and idle thread
This commit is contained in:
@@ -30,4 +30,7 @@ EXTERN ETHREAD KeInitialThread;
|
||||
/* Kernel service descriptor table */
|
||||
EXTERN KSERVICE_DESCRIPTOR_TABLE KeServiceDescriptorTable[KSERVICE_TABLES_COUNT];
|
||||
|
||||
/* Kernel process list */
|
||||
EXTERN LIST_ENTRY KepProcessListHead;
|
||||
|
||||
#endif /* __XTOSKRNL_GLOBALS_H */
|
||||
|
Reference in New Issue
Block a user