7 lines
63 B
C
7 lines
63 B
C
#ifndef PAGING_H
|
|
#define PAGING_H
|
|
|
|
void paging_init();
|
|
|
|
#endif
|