File tree Expand file tree Collapse file tree 19 files changed +46
-46
lines changed Expand file tree Collapse file tree 19 files changed +46
-46
lines changed Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2- #ifndef __LINUX_FIB_RULES_H
3- #define __LINUX_FIB_RULES_H
2+ #ifndef _UAPI__LINUX_FIB_RULES_H
3+ #define _UAPI__LINUX_FIB_RULES_H
44
55#include <linux/types.h>
66#include <linux/rtnetlink.h>
Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2- #ifndef __LINUX_IF_ADDR_H
3- #define __LINUX_IF_ADDR_H
2+ #ifndef _UAPI__LINUX_IF_ADDR_H
3+ #define _UAPI__LINUX_IF_ADDR_H
44
55#include <linux/types.h>
66#include <linux/netlink.h>
Original file line number Diff line number Diff line change 88 * YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
99 */
1010
11- #ifndef __LINUX_IF_ADDRLABEL_H
12- #define __LINUX_IF_ADDRLABEL_H
11+ #ifndef _UAPI__LINUX_IF_ADDRLABEL_H
12+ #define _UAPI__LINUX_IF_ADDRLABEL_H
1313
1414#include <linux/types.h>
1515
Original file line number Diff line number Diff line change 1111 *
1212 */
1313
14- #ifndef _LINUX_IF_ALG_H
15- #define _LINUX_IF_ALG_H
14+ #ifndef _UAPI_LINUX_IF_ALG_H
15+ #define _UAPI_LINUX_IF_ALG_H
1616
1717#include <linux/types.h>
1818
@@ -58,4 +58,4 @@ struct af_alg_iv {
5858#define ALG_OP_DECRYPT 0
5959#define ALG_OP_ENCRYPT 1
6060
61- #endif /* _LINUX_IF_ALG_H */
61+ #endif /* _UAPI_LINUX_IF_ALG_H */
Original file line number Diff line number Diff line change 1414 * 2 of the License, or (at your option) any later version.
1515 */
1616
17- #ifndef _LINUX_IF_ARCNET_H
18- #define _LINUX_IF_ARCNET_H
17+ #ifndef _UAPI_LINUX_IF_ARCNET_H
18+ #define _UAPI_LINUX_IF_ARCNET_H
1919
2020#include <linux/types.h>
2121#include <linux/if_ether.h>
@@ -127,4 +127,4 @@ struct archdr {
127127 } soft ;
128128};
129129
130- #endif /* _LINUX_IF_ARCNET_H */
130+ #endif /* _UAPI_LINUX_IF_ARCNET_H */
Original file line number Diff line number Diff line change 4141 * - added definitions for various XOR hashing policies
4242 */
4343
44- #ifndef _LINUX_IF_BONDING_H
45- #define _LINUX_IF_BONDING_H
44+ #ifndef _UAPI_LINUX_IF_BONDING_H
45+ #define _UAPI_LINUX_IF_BONDING_H
4646
4747#include <linux/if.h>
4848#include <linux/types.h>
@@ -152,4 +152,4 @@ enum {
152152};
153153#define BOND_3AD_STAT_MAX (__BOND_3AD_STAT_MAX - 1)
154154
155- #endif /* _LINUX_IF_BONDING_H */
155+ #endif /* _UAPI_LINUX_IF_BONDING_H */
Original file line number Diff line number Diff line change 1818 * as published by the Free Software Foundation; either version
1919 * 2 of the License, or (at your option) any later version.
2020 */
21- #ifndef _LINUX_IF_FC_H
22- #define _LINUX_IF_FC_H
21+ #ifndef _UAPI_LINUX_IF_FC_H
22+ #define _UAPI_LINUX_IF_FC_H
2323
2424#include <linux/types.h>
2525
@@ -49,4 +49,4 @@ struct fcllc {
4949 __be16 ethertype ; /* ether type field */
5050};
5151
52- #endif /* _LINUX_IF_FC_H */
52+ #endif /* _UAPI_LINUX_IF_FC_H */
Original file line number Diff line number Diff line change 2020 * 2 of the License, or (at your option) any later version.
2121 */
2222
23- #ifndef _LINUX_IF_HIPPI_H
24- #define _LINUX_IF_HIPPI_H
23+ #ifndef _UAPI_LINUX_IF_HIPPI_H
24+ #define _UAPI_LINUX_IF_HIPPI_H
2525
2626#include <linux/types.h>
2727#include <asm/byteorder.h>
@@ -151,4 +151,4 @@ struct hippi_hdr {
151151 struct hippi_snap_hdr snap ;
152152} __attribute__((packed ));
153153
154- #endif /* _LINUX_IF_HIPPI_H */
154+ #endif /* _UAPI_LINUX_IF_HIPPI_H */
Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2- #ifndef __LINUX_IF_PACKET_H
3- #define __LINUX_IF_PACKET_H
2+ #ifndef _UAPI__LINUX_IF_PACKET_H
3+ #define _UAPI__LINUX_IF_PACKET_H
44
55#include <asm/byteorder.h>
66#include <linux/types.h>
Original file line number Diff line number Diff line change 99 *
1010 */
1111
12- #ifndef _LINUX_IF_PLIP_H
13- #define _LINUX_IF_PLIP_H
12+ #ifndef _UAPI_LINUX_IF_PLIP_H
13+ #define _UAPI_LINUX_IF_PLIP_H
1414
1515#include <linux/sockios.h>
1616
You can’t perform that action at this time.
0 commit comments