summaryrefslogtreecommitdiffstats
path: root/include/sys/fm
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-12 23:48:28 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-12 23:48:28 +0000
commit36e6f86146432207789a0e2027edf8d52326bad7 (patch)
treede2f93798c2583aceb02aacaf3984c8520031d58 /include/sys/fm
parent2f5d55aac5bfe0931a92f222ebc68c1546b227d9 (diff)
- Add some more missing headers
- Map the LE/BE_* byteorder macros to the linux versions - More minor vnodes fixes git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@41 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys/fm')
-rw-r--r--include/sys/fm/protocol.h4
-rw-r--r--include/sys/fm/util.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/sys/fm/protocol.h b/include/sys/fm/protocol.h
new file mode 100644
index 000000000..ffd8108ba
--- /dev/null
+++ b/include/sys/fm/protocol.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_FM_PROTOCOL_H
+#define _SPL_FM_PROTOCOL_H
+
+#endif /* _SPL_FM_PROTOCOL_H */
diff --git a/include/sys/fm/util.h b/include/sys/fm/util.h
new file mode 100644
index 000000000..6c3412f5b
--- /dev/null
+++ b/include/sys/fm/util.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_FM_UTIL_H
+#define _SPL_FM_UTIL_H
+
+#endif /* _SPL_FM_UTIL_H */