mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-12-03 14:53:42 +08:00
8 lines
166 B
C
8 lines
166 B
C
|
/* 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__ */
|