2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>

* include/bsp.h: New header guard.
This commit is contained in:
Ralf Corsepius
2005-05-26 05:36:48 +00:00
parent 5e15693729
commit 34c48523b8
96 changed files with 293 additions and 101 deletions

View File

@@ -1,3 +1,7 @@
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/bsp.h: New header guard.
2005-01-20 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Conditionalize inclusion of crtend/crtn.

View File

@@ -19,8 +19,8 @@
* $Id$
*/
#ifndef __ERC32_BSP_h
#define __ERC32_BSP_h
#ifndef _BSP_H
#define _BSP_H
#ifdef __cplusplus
extern "C" {

View File

@@ -1,3 +1,7 @@
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/bsp.h: New header guard.
2005-01-20 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Fix typo.

View File

@@ -19,8 +19,8 @@
* $Id$
*/
#ifndef __SIS_h
#define __SIS_h
#ifndef _BSP_H
#define _BSP_H
#ifdef __cplusplus
extern "C" {