mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Added PCI support
This commit is contained in:
13
kernel.h
13
kernel.h
@ -2,9 +2,22 @@
|
||||
#define __FENNIX_KERNEL_KERNEL_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
#include <boot/binfo.h>
|
||||
#ifdef __cplusplus
|
||||
#include <display.hpp>
|
||||
#include <symbols.hpp>
|
||||
#include <power.hpp>
|
||||
#include <pci.hpp>
|
||||
#endif
|
||||
|
||||
extern struct BootInfo *bInfo;
|
||||
#ifdef __cplusplus
|
||||
extern Video::Display *Display;
|
||||
extern SymbolResolver::Symbols *KernelSymbolTable;
|
||||
extern Power::Power *PowerManager;
|
||||
extern PCI::PCI *PCIManager;
|
||||
#endif
|
||||
|
||||
EXTERNC void Entry(struct BootInfo *Info);
|
||||
|
||||
|
Reference in New Issue
Block a user