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