xref: /aosp_15_r20/external/ltp/include/lapi/rtnetlink.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Copyright (c) 2021 Petr Vorel <[email protected]> */
3 
4 #ifndef LAPI_RTNETLINK_H__
5 # define LAPI_RTNETLINK_H__
6 
7 #include <linux/rtnetlink.h>
8 #include "lapi/if_addr.h"
9 
10 #endif	/* LAPI_RTNETLINK_H__ */
11