lesson 20, preliminar

This commit is contained in:
Carlos Fenollosa
2015-03-17 20:47:43 +01:00
parent c2a05935f8
commit 1a98cab56b
19 changed files with 1047 additions and 6 deletions

View File

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