]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/serial.h
add serial output to aseg-paging
[netwatch.git] / include / serial.h
diff --git a/include/serial.h b/include/serial.h
new file mode 100644 (file)
index 0000000..dcb5921
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef SERIAL_H
+#define SERIAL_H
+
+extern void serial_init();
+extern void serial_tx(unsigned char c);
+
+#endif
This page took 0.025246 seconds and 4 git commands to generate.