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-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge rtems-ctor.o into libbsp.a.

View File

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