add lab answers
This commit is contained in:
11
labcodes_answer/lab4_result/kern/driver/clock.h
Normal file
11
labcodes_answer/lab4_result/kern/driver/clock.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __KERN_DRIVER_CLOCK_H__
|
||||
#define __KERN_DRIVER_CLOCK_H__
|
||||
|
||||
#include <defs.h>
|
||||
|
||||
extern volatile size_t ticks;
|
||||
|
||||
void clock_init(void);
|
||||
|
||||
#endif /* !__KERN_DRIVER_CLOCK_H__ */
|
||||
|
||||
Reference in New Issue
Block a user