FreeCalypso > hg > ffs-editor
comparison src/cs/system/bootloader/inc/cmdboot.h @ 0:92470e5d0b9e
src: partial import from FC Selenite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 15 May 2020 01:28:16 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:92470e5d0b9e |
|---|---|
| 1 /******************************************************************************* | |
| 2 * | |
| 3 * CMDBOOT.H | |
| 4 * | |
| 5 * (C) Texas Instruments 1999 | |
| 6 * | |
| 7 ******************************************************************************/ | |
| 8 | |
| 9 #ifndef __CMDBOOT_H__ | |
| 10 #define __CMDBOOT_H__ | |
| 11 | |
| 12 #include "main/sys_types.h" | |
| 13 | |
| 14 | |
| 15 extern long | |
| 16 cmd_load_application(SYS_UWORD16 *file_checksum, SYS_UWORD16 *RAM_checksum, SYS_UWORD8 device_id); | |
| 17 | |
| 18 extern long | |
| 19 cmd_check_application_in_flash (void); | |
| 20 | |
| 21 #endif /* __CMDBOOT_H__ */ |
