Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ip_set_bitmap.h
Go to the documentation of this file.
1 #ifndef _UAPI__IP_SET_BITMAP_H
2 #define _UAPI__IP_SET_BITMAP_H
3 
4 /* Bitmap type specific error codes */
5 enum {
6  /* The element is out of the range of the set */
8  /* The range exceeds the size limit of the set type */
10 };
11 
12 
13 #endif /* _UAPI__IP_SET_BITMAP_H */