Mercurial > ecos
comparison packages/redboot/current/include/redboot.h @ 159:511f4dc167f6
Merge from eCos master repository on 2001-05-18-01:30:05-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 May 2001 06:32:28 +0000 |
| parents | b939e9cada46 |
| children | ac086aa3217e |
comparison
equal
deleted
inserted
replaced
| 158:f2545e5de153 | 159:511f4dc167f6 |
|---|---|
| 85 EXTERN bool have_net, use_bootp; | 85 EXTERN bool have_net, use_bootp; |
| 86 EXTERN bootp_header_t my_bootp_info; | 86 EXTERN bootp_header_t my_bootp_info; |
| 87 EXTERN int gdb_port; | 87 EXTERN int gdb_port; |
| 88 #endif | 88 #endif |
| 89 | 89 |
| 90 #ifdef CYGSEM_REDBOOT_FLASH_CONFIG | 90 #ifdef CYGFUN_REDBOOT_BOOT_SCRIPT |
| 91 EXTERN unsigned char *script; | 91 EXTERN unsigned char *script; |
| 92 EXTERN int script_timeout; | 92 EXTERN int script_timeout; |
| 93 #ifdef CYGSEM_REDBOOT_VARIBLE_BAUD_RATE | |
| 94 EXTERN int console_baud_rate; | |
| 95 #endif | |
| 93 #endif | 96 #endif |
| 94 | 97 |
| 95 // Prototypes | 98 // Prototypes |
| 96 typedef int _printf_fun(char *fmt, ...); | 99 typedef int _printf_fun(char *fmt, ...); |
| 97 _printf_fun printf; | 100 _printf_fun printf; |
