Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 */