xref: /aosp_15_r20/external/libnl/include/netlink/route/tc-api.h (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1 /* SPDX-License-Identifier: LGPL-2.1-only */
2 /*
3  * Copyright (c) 2013 Thomas Graf <[email protected]>
4  */
5 
6 #ifndef NETLINK_DUMMY_TC_API_H_
7 #define NETLINK_DUMMY_TC_API_H_
8 
9 #include <netlink/netlink.h>
10 #include <netlink/msg.h>
11 #include <netlink/route/tc.h>
12 
13 #ifndef _NL_NO_WARN_DEPRECATED_HEADER
14 #warning "You are including a deprecated header file, include <netlink/route/tc.h>."
15 #endif
16 
17 #endif
18