/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MNL_UTILS_H__ #define __MNL_UTILS_H__ 1 struct mnl_socket *mnlu_socket_open(int bus); #endif /* __MNL_UTILS_H__ */