aboutsummaryrefslogtreecommitdiffstats
path: root/fw/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/system.h')
-rw-r--r--fw/system.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/fw/system.h b/fw/system.h
index cfb2cfb..acd59df 100644
--- a/fw/system.h
+++ b/fw/system.h
@@ -3,4 +3,12 @@
#include "fixed_address_memory.h"
+// TRIS
+enum {
+ OUT = 0,
+ IN = 1,
+};
+
+void sysInit(void);
+
#endif // SYSTEM_H