summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/netfilter/xt_pkttype.h
blob: dee4b049253c9821f6b0ad2e801dc76669cc4a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _XT_PKTTYPE_H
#define _XT_PKTTYPE_H
struct xt_pkttype_info {
  int pkttype;
  int invert;
};
#endif