FreeCalypso > hg > fc-selenite
view src/cs/system/bootloader/inc/cmdboot.h @ 210:b81101e50fc6
uartfax.c: pull from Tourmaline (GTM900 RI output)
uartfax.c will now be exactly the same between Magnetite, Selenite
and Tourmaline.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 24 Oct 2020 17:46:26 +0000 |
| parents | b6a5e36de839 |
| children |
line wrap: on
line source
/******************************************************************************* * * CMDBOOT.H * * (C) Texas Instruments 1999 * ******************************************************************************/ #ifndef __CMDBOOT_H__ #define __CMDBOOT_H__ #include "main/sys_types.h" extern long cmd_load_application(SYS_UWORD16 *file_checksum, SYS_UWORD16 *RAM_checksum, SYS_UWORD8 device_id); extern long cmd_check_application_in_flash (void); #endif /* __CMDBOOT_H__ */
