]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/netfilter/ipset/ip_set_bitmap.h
Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / netfilter / ipset / ip_set_bitmap.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
a8201414
DH
2#ifndef _UAPI__IP_SET_BITMAP_H
3#define _UAPI__IP_SET_BITMAP_H
4
1ffad83d
MR
5#include <linux/netfilter/ipset/ip_set.h>
6
a8201414
DH
7/* Bitmap type specific error codes */
8enum {
9 /* The element is out of the range of the set */
10 IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
11 /* The range exceeds the size limit of the set type */
12 IPSET_ERR_BITMAP_RANGE_SIZE,
13};
14
15
16#endif /* _UAPI__IP_SET_BITMAP_H */