mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-10 20:04:44 +08:00
Timer: Remove set_timer completely
This commit is contained in:
committed by
Wolfgang Denk
parent
dcac25a05e
commit
5c8404aff1
@@ -587,7 +587,6 @@ void irq_install_handler(int, interrupt_handler_t *, void *);
|
||||
void irq_free_handler (int);
|
||||
void reset_timer (void);
|
||||
ulong get_timer (ulong base);
|
||||
void set_timer (ulong t);
|
||||
void enable_interrupts (void);
|
||||
int disable_interrupts (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user