2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>

* score/include/rtems/system.h: include <stdint.h>.
This commit is contained in:
Ralf Corsepius
2004-03-23 12:59:04 +00:00
parent cdcef7e6da
commit a4365e480f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>
* score/include/rtems/system.h: include <stdint.h>.
2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>
PR/589 rtems

View File

@@ -143,12 +143,13 @@ typedef void * proc_ptr;
#define FALSE (0)
#endif
#include <stdint.h>
#include <rtems/score/cpu.h> /* processor specific information */
#define stringify( _x ) # _x
#define RTEMS_offsetof(type, field) \
((unsigned32) &(((type *) 0)->field))
((uint32_t ) &(((type *) 0)->field))
/*
* The following is the extern for the RTEMS version string.