Mercurial > ecos
comparison packages/redboot/current/include/redboot.h @ 165:d63db767121d
Merge from eCos master repository on 2001-06-29-06:43:03-BST
| author | jlarmour |
|---|---|
| date | Fri, 29 Jun 2001 07:16:25 +0000 |
| parents | ac086aa3217e |
| children | f62680ef1804 |
comparison
equal
deleted
inserted
replaced
| 164:f7999c3a5f21 | 165:d63db767121d |
|---|---|
| 88 #endif | 88 #endif |
| 89 | 89 |
| 90 #ifdef CYGFUN_REDBOOT_BOOT_SCRIPT | 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 | 93 #ifdef CYGSEM_REDBOOT_VARIABLE_BAUD_RATE |
| 94 EXTERN int console_baud_rate; | 94 EXTERN int console_baud_rate; |
| 95 #endif | 95 #endif |
| 96 #endif | 96 #endif |
| 97 | 97 |
| 98 // Prototypes | 98 // Prototypes |
| 244 int avail, len, err; | 244 int avail, len, err; |
| 245 int verbose, tick; | 245 int verbose, tick; |
| 246 } getc_info_t; | 246 } getc_info_t; |
| 247 | 247 |
| 248 | 248 |
| 249 #ifdef CYGNUM_HAL_VIRTUAL_VECTOR_AUX_CHANNELS | |
| 250 #define CYGNUM_HAL_VIRTUAL_VECTOR_NUM_CHANNELS \ | |
| 251 (CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS+CYGNUM_HAL_VIRTUAL_VECTOR_AUX_CHANNELS) | |
| 252 #else | |
| 253 #define CYGNUM_HAL_VIRTUAL_VECTOR_NUM_CHANNELS \ | |
| 254 CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS | |
| 255 #endif | |
| 256 | |
| 249 // | 257 // |
| 250 // Validate a hex character | 258 // Validate a hex character |
| 251 // | 259 // |
| 252 __inline__ static bool | 260 __inline__ static bool |
| 253 _is_hex(char c) | 261 _is_hex(char c) |
