Mercurial > ecos
comparison packages/redboot/current/src/load.c @ 198:ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
| author | jlarmour |
|---|---|
| date | Fri, 07 Dec 2001 14:15:03 +0000 |
| parents | 9b55e9c69693 |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 197:51b34619b677 | 198:ea3f0bd33a73 |
|---|---|
| 299 #endif | 299 #endif |
| 300 #ifdef CYGPKG_COMPRESS_ZLIB | 300 #ifdef CYGPKG_COMPRESS_ZLIB |
| 301 bool decompress; | 301 bool decompress; |
| 302 #endif | 302 #endif |
| 303 int chan = -1; | 303 int chan = -1; |
| 304 #if CYGNUM_HAL_VIRTUAL_VECTOR_NUM_CHANNELS > 1 | |
| 304 bool chan_set; | 305 bool chan_set; |
| 306 #endif | |
| 305 unsigned long base = 0; | 307 unsigned long base = 0; |
| 306 unsigned long end = 0; | 308 unsigned long end = 0; |
| 307 char type[4]; | 309 char type[4]; |
| 308 char *filename = 0; | 310 char *filename = 0; |
| 309 struct option_info opts[7]; | 311 struct option_info opts[7]; |
