eeprom_native.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Inria
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #include "cpu.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #if !defined(EEPROM_FILEPATH_MAX_LEN) || defined(DOXYGEN)
30 # define EEPROM_FILEPATH_MAX_LEN (128U)
31 #endif
32 
40 void eeprom_native_read(void);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
void eeprom_native_read(void)
Read the configured file containing the EEPROM content.
Native CPU header.