secgateway/Platform/user/configm/config-server/netconfig/bridge/include/brnetlink.h

8 lines
107 B
C

#ifndef BRNETLINK_H_
#define BRNETLINK_H_
int get_br_from_port(char *port_name , char *br_name);
#endif