summaryrefslogtreecommitdiff
path: root/util/ifru.h
diff options
context:
space:
mode:
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 */