forked from Imagelibrary/rtems
removed warning for implicit declaration of boot_card()
This commit is contained in:
@@ -22,6 +22,7 @@ char * const __env[]= {""};
|
||||
|
||||
void dumby_start ();
|
||||
void dumby_start() {
|
||||
void boot_card();
|
||||
|
||||
/* We need to by-pass the link instruction since the RAM chip-
|
||||
select pins are not yet configured. */
|
||||
|
||||
@@ -22,6 +22,7 @@ char * const __env[]= {""};
|
||||
|
||||
void dumby_start ();
|
||||
void dumby_start() {
|
||||
void boot_card();
|
||||
|
||||
/* We need to by-pass the link instruction since the RAM chip-
|
||||
select pins are not yet configured. */
|
||||
|
||||
@@ -21,6 +21,7 @@ char * const __env[]= {""};
|
||||
|
||||
void dumby_start ();
|
||||
void dumby_start() {
|
||||
void boot_card();
|
||||
|
||||
/* We need to by-pass the link instruction since the RAM chip-
|
||||
select pins are not yet configured. */
|
||||
|
||||
@@ -21,6 +21,7 @@ char * const __env[]= {""};
|
||||
|
||||
void dumby_start ();
|
||||
void dumby_start() {
|
||||
void boot_card();
|
||||
|
||||
/* We need to by-pass the link instruction since the RAM chip-
|
||||
select pins are not yet configured. */
|
||||
|
||||
Reference in New Issue
Block a user