1
6
7
8
9
10
11
12
13
14
19
20
21
27
28
29
30
31
/* ... */
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
/* ... */
void bootloader_enable_qio_mode(void);
/* ... */
uint32_t bootloader_read_flash_id(void);
#ifdef __cplusplus
}{...}
#endif