Files
Custom-Operating-System/kernel/include/mem/bits/swap.h

10 lines
173 B
C
Raw Normal View History

2025-02-12 09:54:05 -05:00
#ifndef _KERNEL_MEM_BITS_SWAP_H
#define _KERNEL_MEM_BITS_SWAP_H
enum SWAP_TYPE {
SWAP_TO_DEV,
SWAP_DROP,
SWAP_NOT_ALLOWED,
};
#endif // _KERNEL_MEM_BITS_SWAP_H