Files
KatauOS/include/paging.h
T
2025-03-23 13:39:29 +03:00

7 lines
63 B
C

#ifndef PAGING_H
#define PAGING_H
void paging_init();
#endif