lesson 21, keyboard input and shell

This commit is contained in:
Carlos
2015-03-20 19:20:44 +01:00
parent 5aaabf189d
commit e9d0d6c388
25 changed files with 1217 additions and 3 deletions

8
21-shell/cpu/timer.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef TIMER_H
#define TIMER_H
#include "types.h"
void init_timer(u32 freq);
#endif