2014-11-09 15:06:25 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014 INRIA
|
|
|
|
*
|
|
|
|
* This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
* General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
* directory for more details.
|
|
|
|
*/
|
2013-08-19 18:58:45 +02:00
|
|
|
|
2017-01-18 13:00:05 +01:00
|
|
|
#ifndef BOARD_CONF_H
|
|
|
|
#define BOARD_CONF_H
|
2013-08-19 18:58:45 +02:00
|
|
|
|
2014-10-13 15:25:50 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2013-08-19 18:58:45 +02:00
|
|
|
#define INFOMEM (0x1000)
|
|
|
|
|
2014-10-13 15:25:50 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2017-01-18 15:07:35 +01:00
|
|
|
#endif /* BOARD_CONF_H */
|