initial hasty attempt at porting over my VBE code
[bootcensus] / src / test / vbetest.h
diff --git a/src/test/vbetest.h b/src/test/vbetest.h
new file mode 100644 (file)
index 0000000..fa2899a
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef VBETEST_H_
+#define VBETEST_H_
+
+int vbetest(void);
+
+#endif /* VBETEST_H_ */