feat: some refactors
This commit is contained in:
12
kernel/libk.h
Normal file
12
kernel/libk.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by rick on 02-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_LIBK_H
|
||||
#define NEW_KERNEL_LIBK_H
|
||||
|
||||
void k_wait_for_interrupt();
|
||||
|
||||
void k_panic();
|
||||
|
||||
#endif //NEW_KERNEL_LIBK_H
|
||||
Reference in New Issue
Block a user