2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>

* include/bsp.h: Move extern "C" { }.
This commit is contained in:
Ralf Corsepius
2009-11-24 06:38:38 +00:00
parent 13c37ad39a
commit de87499481
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: Move extern "C" { }.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/lm32_evr.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -20,10 +20,6 @@
#ifndef _BSP_H
#define _BSP_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <bspopts.h>
@@ -35,6 +31,10 @@ extern "C" {
#include <rtems/rtems_bsdnet.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define BSP_DIRTY_MEMORY 1
/*