FreeCalypso > hg > ffs-editor
comparison src/cs/system/bootloader/inc/optboot.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 * OPTBOOT.H | |
4 * | |
5 * This module contains functions which build a confirmation for each option: | |
6 * - get the chip id, | |
7 * - get the monitor id, | |
8 * - get the board_id. | |
9 * | |
10 * (C) Texas Instruments 1999 | |
11 * | |
12 ******************************************************************************/ | |
13 | |
14 #ifndef __OPTBOOT_H__ | |
15 #define __OPTBOOT_H__ | |
16 | |
17 #include "command.h" | |
18 | |
19 | |
20 extern void opt_get_monitor_id (t_com_request *request, | |
21 t_com_confirmation *confirmation); | |
22 | |
23 extern void | |
24 opt_load_application (t_com_request *request, t_com_confirmation *confirmation, SYS_UWORD8 device_id); | |
25 | |
26 extern unsigned long | |
27 opt_get_running_address (t_com_request *request, t_com_confirmation *confirmation); | |
28 | |
29 | |
30 #endif /* __OPTBOOT_H__ */ |