board-conf.h
1 /*
2  * Copyright (C) 2014 INRIA
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #ifndef BOARD_CONF_H
10 #define BOARD_CONF_H
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #define INFOMEM (0x1000)
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* BOARD_CONF_H */