Organize into arch, board, and ec modules

This commit is contained in:
Jeremy Soller
2019-09-29 20:13:03 -06:00
parent 9d056547e6
commit ded5181926
47 changed files with 518 additions and 486 deletions

View File

@@ -1,4 +1,4 @@
#include "include/ps2.h"
#include <board/ps2.h>
void ps2_init(void) {
PSCTL1 = 0x11;