#include <stdint.h> instead of <rtems/stdint.h>.

This commit is contained in:
Ralf Corsepius
2008-12-11 08:32:48 +00:00
parent 0e7cdc1ea1
commit d0e2fa3e42
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
#ifndef __LPC22XX_H__
#define __LPC22XX_H__
#include <rtems/stdint.h>
#include <stdint.h>
/* EXTERNAL MEMORY CONTROLLER (EMC) */
#define BCFG0 (*((volatile unsigned int *) 0xFFE00000)) /* lpc22xx only */

View File

@@ -14,7 +14,7 @@
#ifndef __MC9328MXL_H__
#define __MC9328MXL_H__
#include <rtems/stdint.h>
#include <stdint.h>
#define bit(_x_) (1 << (_x_))

View File

@@ -40,7 +40,7 @@
/* ----------------- compat layer ----------------- */
#include <rtems/stdint.h>
#include <stdint.h>
typedef uint32_t CYG_WORD;
typedef uint8_t CYG_BYTE;