forked from Imagelibrary/rtems
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/bsp.h: New header guard.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __ERC32_BSP_h
|
||||
#define __ERC32_BSP_h
|
||||
#ifndef _BSP_H
|
||||
#define _BSP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __SIS_h
|
||||
#define __SIS_h
|
||||
#ifndef _BSP_H
|
||||
#define _BSP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user