]> Pileus Git - ~andy/linux/blob - include/uapi/linux/netfilter/ipset/ip_set_bitmap.h
Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realm...
[~andy/linux] / include / uapi / linux / netfilter / ipset / ip_set_bitmap.h
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 */
7         IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
8         /* The range exceeds the size limit of the set type */
9         IPSET_ERR_BITMAP_RANGE_SIZE,
10 };
11
12
13 #endif /* _UAPI__IP_SET_BITMAP_H */