provided code
This commit is contained in:
12
src/threads/init.h
Normal file
12
src/threads/init.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef THREADS_INIT_H
|
||||
#define THREADS_INIT_H
|
||||
|
||||
#include <debug.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Page directory with kernel mappings only. */
|
||||
extern uint32_t *init_page_dir;
|
||||
|
||||
#endif /* threads/init.h */
|
||||
Reference in New Issue
Block a user