summaryrefslogtreecommitdiffstats
path: root/isys/getmacaddr.h
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-07-07 21:14:04 +0000
committerMike Fulbright <msf@redhat.com>2003-07-07 21:14:04 +0000
commit26cd7f6a9bda813c83c7f8dd79c50f4ceb54a61d (patch)
treeae2e96d07b38914e368992935ff20d34ea6fdfbe /isys/getmacaddr.h
parent4394fd0521de56b6021fddf07faf34cac9a15910 (diff)
downloadanaconda-26cd7f6a9bda813c83c7f8dd79c50f4ceb54a61d.tar.gz
anaconda-26cd7f6a9bda813c83c7f8dd79c50f4ceb54a61d.tar.xz
anaconda-26cd7f6a9bda813c83c7f8dd79c50f4ceb54a61d.zip
routine to get mac addr of nic
Diffstat (limited to 'isys/getmacaddr.h')
-rw-r--r--isys/getmacaddr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/isys/getmacaddr.h b/isys/getmacaddr.h
new file mode 100644
index 000000000..96a483abd
--- /dev/null
+++ b/isys/getmacaddr.h
@@ -0,0 +1,5 @@
+#ifndef __GET_MAC_ADDR_H__
+#define __GET_MAC_ADDR_H__
+char *getMacAddr(char *ifname);
+#endif
+