boot: make create_untypeds_for_region() static
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
parent
c630e54c06
commit
adbd374370
2 changed files with 1 additions and 3 deletions
|
|
@ -58,8 +58,6 @@ bool_t provide_cap(cap_t root_cnode_cap, cap_t cap);
|
|||
cap_t create_it_asid_pool(cap_t root_cnode_cap);
|
||||
void write_it_pd_pts(cap_t root_cnode_cap, cap_t it_pd_cap);
|
||||
bool_t create_idle_thread(void);
|
||||
bool_t create_untypeds_for_region(cap_t root_cnode_cap, bool_t device_memory, region_t reg,
|
||||
seL4_SlotPos first_untyped_slot);
|
||||
bool_t create_device_untypeds(cap_t root_cnode_cap, seL4_SlotPos slot_pos_before);
|
||||
bool_t create_kernel_untypeds(cap_t root_cnode_cap, region_t boot_mem_reuse_reg, seL4_SlotPos first_untyped_slot);
|
||||
void bi_finalise(void);
|
||||
|
|
|
|||
|
|
@ -578,7 +578,7 @@ BOOT_CODE static bool_t provide_untyped_cap(
|
|||
return ret;
|
||||
}
|
||||
|
||||
BOOT_CODE bool_t create_untypeds_for_region(
|
||||
BOOT_CODE static bool_t create_untypeds_for_region(
|
||||
cap_t root_cnode_cap,
|
||||
bool_t device_memory,
|
||||
region_t reg,
|
||||
|
|
|
|||
Loading…
Reference in a new issue