mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sort functions.
This commit is contained in:
parent
737cd9525b
commit
3d7d8f614b
1 changed files with 4 additions and 4 deletions
|
|
@ -45,10 +45,10 @@ get_cyclecount(void)
|
|||
|
||||
extern vm_offset_t vector_page;
|
||||
|
||||
void fork_trampoline(void);
|
||||
void *initarm(void *, void *);
|
||||
void arm_vector_init(vm_offset_t, int);
|
||||
void identify_arm_cpu(void);
|
||||
void arm_vector_init(vm_offset_t, int);
|
||||
void fork_trampoline(void);
|
||||
void identify_arm_cpu(void);
|
||||
void *initarm(void *, void *);
|
||||
|
||||
extern char btext[];
|
||||
extern char etext[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue