Missing prototype in pre_init.c
- gcc does not like it
This commit is contained in:
parent
d5482f6e75
commit
ac9a7f47bd
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ extern char a_out_headers[];
|
|||
#define mb_save_phymem(buf, phy, len) \
|
||||
phys_copy(PTR2PHY(buf), (phy), (len))
|
||||
|
||||
FORWARD _PROTOTYPE(void mb_print, (char *str));
|
||||
|
||||
PRIVATE void mb_phys_move(u32_t src, u32_t dest, u32_t len)
|
||||
{
|
||||
char data[GRAN + 1];
|
||||
|
|
Loading…
Reference in a new issue