forked from Imagelibrary/rtems
2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: Move extern "C" { }.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user