feat: started pci driver structure and ide driver structure

This commit is contained in:
2021-02-03 22:50:39 +01:00
parent e8816cfdfd
commit 706147c123
9 changed files with 373 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
void k_wait_for_interrupt();
void k_panics(const char* msg);
void k_panic();
#endif //NEW_KERNEL_LIBK_H