mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
10 lines
211 B
C
10 lines
211 B
C
|
#ifndef _LINUX_COMPACTION_H
|
||
|
#define _LINUX_COMPACTION_H
|
||
|
|
||
|
/* Return values for compact_zone() */
|
||
|
#define COMPACT_CONTINUE 0
|
||
|
#define COMPACT_PARTIAL 1
|
||
|
#define COMPACT_COMPLETE 2
|
||
|
|
||
|
#endif /* _LINUX_COMPACTION_H */
|