Added Kprint in kernel.h

This commit is contained in:
Alex
2022-10-11 00:59:11 +03:00
parent 9c00c5ec4b
commit ccd2c47beb
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ extern Power::Power *PowerManager;
extern PCI::PCI *PCIManager;
#endif
EXTERNC void KPrint(const char *format, ...);
EXTERNC void Entry(struct BootInfo *Info);
#endif // !__FENNIX_KERNEL_KERNEL_H__