lesson 22

This commit is contained in:
Carlos
2015-05-18 09:39:50 +02:00
parent 1ec003f2c4
commit 3d19acfb47
14 changed files with 1045 additions and 0 deletions

8
22-malloc/cpu/timer.h Normal file
View File

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