source: GPL/trunk/include/linux/gfp.h@ 440

Last change on this file since 440 was 440, checked in by Paul Smedley, 16 years ago

Add gfp.h to the repository

File size: 212 bytes
Line 
1#ifndef __LINUX_GFP_H
2#define __LINUX_GFP_H
3#define GFP_DMA32 0 /* driver must check for 32-bit address */
4#define __GFP_COMP 0
5#define __GFP_NOWARN 0
6#define __GFP_NORETRY 0
7#endif /* __LINUX_GFP_H */
8
Note: See TracBrowser for help on using the repository browser.