Module Name: src
Committed By: haad
Date: Sun Feb 28 15:10:12 UTC 2010
Added Files:
src/external/cddl/osnet/include/fm: libtopo.h
Log Message:
Add missing header file I have missed it in first round of glue commits. More
to come.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/cddl/osnet/include/fm/libtopo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/cddl/osnet/include/fm/libtopo.h
diff -u /dev/null src/external/cddl/osnet/include/fm/libtopo.h:1.1
--- /dev/null Sun Feb 28 15:10:12 2010
+++ src/external/cddl/osnet/include/fm/libtopo.h Sun Feb 28 15:10:12 2010
@@ -0,0 +1,8 @@
+
+#ifndef _LIBTOPO_H_
+#define _LIBTOPO_H_
+
+#define topo_hdl_t void
+
+
+#endif