[package] iwinfo: add initial hardware detection capabilities
[openwrt.git] / package / iwinfo / src / include / iwinfo / utils.h
index 57958b1..e897b27 100644 (file)
@@ -37,4 +37,6 @@ int iwinfo_ifmac(const char *ifname);
 
 void iwinfo_close(void);
 
+struct iwinfo_hardware_entry * iwinfo_hardware(struct iwinfo_hardware_id *id);
+
 #endif