forked from Imagelibrary/rtems
2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/rtems/stdint.h: Disable RTEMS proprietary fixed-size types.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/rtems/stdint.h: Disable RTEMS proprietary fixed-size types.
|
||||||
|
|
||||||
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Add RTEMS_NETWORKING to cpuopts.h.
|
* configure.ac: Add RTEMS_NETWORKING to cpuopts.h.
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if RTEMS_DEPRECATED_TYPES
|
||||||
typedef uint8_t unsigned8; /* unsigned 8-bit integer */
|
typedef uint8_t unsigned8; /* unsigned 8-bit integer */
|
||||||
typedef uint16_t unsigned16; /* unsigned 16-bit integer */
|
typedef uint16_t unsigned16; /* unsigned 16-bit integer */
|
||||||
typedef uint32_t unsigned32; /* unsigned 32-bit integer */
|
typedef uint32_t unsigned32; /* unsigned 32-bit integer */
|
||||||
@@ -34,5 +35,6 @@ typedef int32_t signed32; /* signed 32-bit integer */
|
|||||||
#if 0
|
#if 0
|
||||||
typedef int64_t signed64; /* signed 64-bit integer */
|
typedef int64_t signed64; /* signed 64-bit integer */
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user