mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:58:44 +08:00
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