mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 10:13:15 +01:00
Initial commit
This commit is contained in:
14
include/l4/generic/time.h
Normal file
14
include/l4/generic/time.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* System time keeping definitions
|
||||
*
|
||||
* Copyright (C) 2007 Bahadir Balban
|
||||
*/
|
||||
|
||||
#ifndef __GENERIC_TIMER_H__
|
||||
#define __GENERIC_TIMER_H__
|
||||
|
||||
extern volatile u32 jiffies;
|
||||
|
||||
int do_timer_irq(void);
|
||||
|
||||
#endif /* __GENERIC_TIMER_H__ */
|
||||
Reference in New Issue
Block a user