mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Update files
This commit is contained in:
2
kernel.h
2
kernel.h
@ -10,6 +10,7 @@
|
||||
#include <kconfig.hpp>
|
||||
#include <power.hpp>
|
||||
#include <task.hpp>
|
||||
#include <time.hpp>
|
||||
#include <pci.hpp>
|
||||
#endif
|
||||
|
||||
@ -21,6 +22,7 @@ extern Power::Power *PowerManager;
|
||||
extern PCI::PCI *PCIManager;
|
||||
extern KernelConfig Config;
|
||||
extern Tasking::Task *TaskManager;
|
||||
extern Time::time *TimeManager;
|
||||
#endif
|
||||
|
||||
EXTERNC void KPrint(const char *format, ...);
|
||||
|
Reference in New Issue
Block a user