Squash commits for public release
This commit is contained in:
10
kernel/include/mem/bits/swap.h
Normal file
10
kernel/include/mem/bits/swap.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user