feat: added not implemented function

This commit is contained in:
2021-10-07 19:29:49 +02:00
parent 03f0ec6f88
commit 6d898c07e8
3 changed files with 7 additions and 1 deletions

View File

@@ -21,4 +21,6 @@ void att_noreturn k_panics(const char *msg);
void att_noreturn k_panic();
void att_noreturn k_not_implemented();
#endif //NEW_KERNEL_LIBK_H