removed warning for implicit declaration of boot_card()

This commit is contained in:
Joel Sherrill
1998-05-02 12:09:11 +00:00
parent d74daf9d45
commit 17f57736d5
4 changed files with 4 additions and 0 deletions

View File

@@ -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. */

View File

@@ -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. */

View File

@@ -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. */

View File

@@ -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. */