Files
Custom-Operating-System/kernel/include/mem/kswapd.h

7 lines
106 B
C

#ifndef _KERNEL_MEM_KSWAPD_H
#define _KERNEL_MEM_KSWAPD_H
void kswapd();
#endif // _KERNEL_MEM_KSWAPD_H