diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-08 21:25:55 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-08 21:26:37 +0200 |
| commit | e11298e56be560de64bbccfe74fef7ff85c623d1 (patch) | |
| tree | d8323a711d0887bd1ef0c55025d93a9b551cc7aa /kernel/include/paging.h | |
| parent | 0162997df4ae7769bd4fc055b2c03b473846d1f5 (diff) | |
stdio.h; gcc $(WARNINGS)
Diffstat (limited to 'kernel/include/paging.h')
| -rw-r--r-- | kernel/include/paging.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/include/paging.h b/kernel/include/paging.h index 79d9dea..a61d34d 100644 --- a/kernel/include/paging.h +++ b/kernel/include/paging.h @@ -1,6 +1,9 @@ #ifndef PAGING_H #define PAGING_H +#include <types.h> + void init_paging(void); +void page_fault(uint64_t error); #endif |
