mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct return type of booke_init() prototype.
This commit is contained in:
parent
4718610d0d
commit
38376983d9
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ uint32_t *bootinfo;
|
|||
|
||||
void print_kernel_section_addr(void);
|
||||
void print_kenv(void);
|
||||
u_int booke_init(uint32_t, uint32_t);
|
||||
uintptr_t booke_init(uint32_t, uint32_t);
|
||||
void ivor_setup(void);
|
||||
|
||||
extern void *interrupt_vector_base;
|
||||
|
|
|
|||
Loading…
Reference in a new issue