summaryrefslogtreecommitdiff
path: root/util/ifru.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
commita7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch)
tree41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /util/ifru.h
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'util/ifru.h')
-rw-r--r--util/ifru.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/ifru.h b/util/ifru.h
new file mode 100644
index 0000000..f3efaf6
--- /dev/null
+++ b/util/ifru.h
@@ -0,0 +1,13 @@
+/*
+ * ifru.h
+ * common routines from ifru.c
+ */
+#ifndef uchar
+#define uchar unsigned char
+#endif
+
+int load_fru(uchar sa, uchar frudev, uchar frutype, uchar **pfrubuf);
+int show_fru(uchar sa, uchar frudev, uchar frutype, uchar *pfrubuf);
+void free_fru(uchar *pfrubuf);
+
+/* end ifru.h */