FreeCalypso > hg > freecalypso-reveng
diff frbl/reconst/inc/cmdboot.h @ 312:6cba849e3332
frbl/reconst/inc: import from TCS211 surviving source
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Mar 2020 23:06:07 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/frbl/reconst/inc/cmdboot.h Wed Mar 04 23:06:07 2020 +0000 @@ -0,0 +1,21 @@ +/******************************************************************************* + * + * 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__ */