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-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge rtems-ctor.o into libbsp.a.
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __POSIX_BSP_h
|
||||
#define __POSIX_BSP_h
|
||||
#ifndef _BSP_H
|
||||
#define _BSP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user