A major refactor of the GoodFET firmware build system and apps to give better
[goodfet] / firmware / include / ps2.h
index 8b13789..eecdd13 100644 (file)
@@ -1 +1,16 @@
+/*! \file ps2.h
+  \author Dave Huseby
+  \brief PS2 Timing Monitor for GoodFET
+*/
+
+#ifndef PS2_H
+#define PS2_H
+
+#include "app.h"
+
+#define PS2 0x72
+
+extern app_t const ps2_app;
+
+#endif