1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3 
4 #include "sd-netlink.h"
5 
6 #define CTRL_GENL_NAME "nlctrl"
7 
8 void genl_clear_family(sd_netlink *nl);
9