diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-07 02:52:11 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-07 02:52:11 +0200 |
| commit | 50aaae893611af890a6855158ad0a3e32c7b2c43 (patch) | |
| tree | 53eb05c907949accde8ce29e8ce7d8213a981816 /kernel/include/paging.h | |
| parent | 36de2495d62c1652236ac1ffcba46b0b12ddabeb (diff) | |
paging in c
Diffstat (limited to 'kernel/include/paging.h')
| -rw-r--r-- | kernel/include/paging.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/include/paging.h b/kernel/include/paging.h new file mode 100644 index 0000000..79d9dea --- /dev/null +++ b/kernel/include/paging.h @@ -0,0 +1,6 @@ +#ifndef PAGING_H +#define PAGING_H + +void init_paging(void); + +#endif |
