feat: moved libk stuff to libk folder
This commit is contained in:
16
kernel/libk/kprint.h
Normal file
16
kernel/libk/kprint.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by rick on 28-01-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_KPRINT_H
|
||||
#define NEW_KERNEL_KPRINT_H
|
||||
|
||||
#endif //NEW_KERNEL_KPRINT_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
typedef void (*kprint_handler)(const char *);
|
||||
|
||||
void kprint_register(kprint_handler);
|
||||
|
||||
void kprint(const char *msg);
|
||||
Reference in New Issue
Block a user