summaryrefslogtreecommitdiffstats
path: root/include/libipset/linux_ip_set_bitmap.h
blob: 01ea53454c90e4fe15ec437008750a25682cdf0b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __IP_SET_BITMAP_H
#define __IP_SET_BITMAP_H

/* Bitmap type specific error codes */
enum {
	IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
	IPSET_ERR_BITMAP_RANGE_SIZE,
};

#endif /* __IP_SET_BITMAP_H */