2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
This commit is contained in:
Ralf Corsepius
2003-11-22 11:32:46 +00:00
parent 6cb5bcd5f8
commit bcb9ab43d3
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/cdefs.h: New.
+3 -3
View File
@@ -37,8 +37,8 @@
* $Id$
*/
#ifndef _SYS_CDEFS_H_
#define _SYS_CDEFS_H_
#ifndef _RTEMS_CDEFS_H_
#define _RTEMS_CDEFS_H_
#if defined(__cplusplus)
#define __BEGIN_DECLS extern "C" {
@@ -174,4 +174,4 @@
#define __COPYRIGHT(s) __IDSTRING(copyright,s)
#endif
#endif /* !_SYS_CDEFS_H_ */
#endif /* !_RTEMS_CDEFS_H_ */