summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/probing.h')
-rw-r--r--mdk-stage1/probing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/probing.h b/mdk-stage1/probing.h
index 4d29eabca..42ea2f986 100644
--- a/mdk-stage1/probing.h
+++ b/mdk-stage1/probing.h
@@ -40,6 +40,7 @@ enum driver_type { SCSI_ADAPTERS, NETWORK_DEVICES };
void pci_probing(enum driver_type type);
void get_medias(enum media_type media, char *** names, char *** models);
+char ** get_net_devices(void);
#endif