PMM and liballoc port
This commit is contained in:
12
kernel/limine/requests.h
Normal file
12
kernel/limine/requests.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _KERNEL_LIMINE_REQUESTS_H
|
||||
#define _KERNEL_LIMINE_REQUESTS_H
|
||||
|
||||
#include <limine/limine.h>
|
||||
|
||||
#define EXTERN_REQ(small) \
|
||||
extern struct limine_ ## small ## _request limine_ ## small ## _request
|
||||
|
||||
EXTERN_REQ(hhdm);
|
||||
EXTERN_REQ(memmap);
|
||||
|
||||
#endif // _KERNEL_LIMINE_REQUESTS_H
|
||||
Reference in New Issue
Block a user