mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
x86: Rename pcat_ to i8254 and i8259 accordingly
Rename pcat_timer.c to i8254.c and pcat_interrupts.c to i8259.c, to match their header file names (i8254.h and i8259.h). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
bffeed0158
commit
da3fe24759
7 changed files with 10 additions and 10 deletions
|
@ -29,7 +29,7 @@ typedef void (timer_fnc_t) (void);
|
|||
int register_timer_isr (timer_fnc_t *isr_func);
|
||||
unsigned long get_tbclk_mhz(void);
|
||||
void timer_set_base(uint64_t base);
|
||||
int pcat_timer_init(void);
|
||||
int i8254_init(void);
|
||||
|
||||
/* cpu/.../interrupts.c */
|
||||
int cpu_init_interrupts(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue