VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
shell
sys
linux
include
linux
gfp.h
Go to the documentation of this file.
1
#ifndef __VSF_LINUX_GFP_H__
2
#define __VSF_LINUX_GFP_H__
3
4
#include <
linux/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
typedef
unsigned
int
gfp_t
;
11
12
#define __GFP_ZERO (1 << 8)
13
#define __GFP_ATOMIC (1 << 9)
14
15
#define GFP_ATOMIC (__GFP_ATOMIC)
16
#define GFP_KERNEL 0
17
#define GFP_NOWAIT 0
18
#define GFP_NOIO 0
19
#define GFP_NOFS 0
20
#define GFP_USER 0
21
#define GFP_DMA 0
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
gfp_t
unsigned int gfp_t
Definition
gfp.h:10
types.h
Generated by
1.9.8