diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 126891d65..e5220cf67 100644 --- a/include/common.h +++ b/include/common.h @@ -750,6 +750,10 @@ void	irq_install_handler(int, interrupt_handler_t *, void *);  void	irq_free_handler   (int);  void	reset_timer	   (void);  ulong	get_timer	   (ulong base); + +/* Return value of monotonic microsecond timer */ +unsigned long timer_get_us(void); +  void	enable_interrupts  (void);  int	disable_interrupts (void); |