mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-23 12:38:54 +00:00
9 lines
121 B
C
9 lines
121 B
C
|
|
#ifndef _LINUX_GFP_H_
|
||
|
|
#define _LINUX_GFP_H_
|
||
|
|
|
||
|
|
#define GFP_KERNEL 0
|
||
|
|
#define GFP_ATOMIC 0
|
||
|
|
#define __GFP_NOFAIL 0
|
||
|
|
|
||
|
|
#endif
|