Mercurial > ecos
diff 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 |
line wrap: on
line diff
--- a/packages/redboot/current/include/redboot.h +++ b/packages/redboot/current/include/redboot.h @@ -87,9 +87,12 @@ EXTERN bootp_header_t my_bootp_info; EXTERN int gdb_port; #endif -#ifdef CYGSEM_REDBOOT_FLASH_CONFIG +#ifdef CYGFUN_REDBOOT_BOOT_SCRIPT EXTERN unsigned char *script; EXTERN int script_timeout; +#ifdef CYGSEM_REDBOOT_VARIBLE_BAUD_RATE +EXTERN int console_baud_rate; +#endif #endif // Prototypes
