blob: 1cc211660605e0463e999d09347728fb2a9d6c13 [file] [log] [blame]
Dan Albert287553d2017-02-16 10:47:51 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef _IPT_TOS_H_target
13#define _IPT_TOS_H_target
14
15#ifndef IPTOS_NORMALSVC
16#define IPTOS_NORMALSVC 0
17#endif
18
19struct ipt_tos_target_info {
20 u_int8_t tos;
21};
22
23#endif