summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/netfilter/xt_LED.h
blob: c43debeec33d449d72be396f77255c29ebbccaad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _XT_LED_H
#define _XT_LED_H
#include <linux/types.h>
struct xt_led_info {
  char id[27];
  __u8 always_blink;
  __u32 delay;
  void * internal_data __attribute__((aligned(8)));
};
#endif