forked from Imagelibrary/rtems
#include <stdint.h> instead of <rtems/stdint.h>.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#ifndef __LPC22XX_H__
|
#ifndef __LPC22XX_H__
|
||||||
#define __LPC22XX_H__
|
#define __LPC22XX_H__
|
||||||
|
|
||||||
#include <rtems/stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/* EXTERNAL MEMORY CONTROLLER (EMC) */
|
/* EXTERNAL MEMORY CONTROLLER (EMC) */
|
||||||
#define BCFG0 (*((volatile unsigned int *) 0xFFE00000)) /* lpc22xx only */
|
#define BCFG0 (*((volatile unsigned int *) 0xFFE00000)) /* lpc22xx only */
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#ifndef __MC9328MXL_H__
|
#ifndef __MC9328MXL_H__
|
||||||
#define __MC9328MXL_H__
|
#define __MC9328MXL_H__
|
||||||
|
|
||||||
#include <rtems/stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define bit(_x_) (1 << (_x_))
|
#define bit(_x_) (1 << (_x_))
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
/* ----------------- compat layer ----------------- */
|
/* ----------------- compat layer ----------------- */
|
||||||
|
|
||||||
#include <rtems/stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef uint32_t CYG_WORD;
|
typedef uint32_t CYG_WORD;
|
||||||
typedef uint8_t CYG_BYTE;
|
typedef uint8_t CYG_BYTE;
|
||||||
|
|||||||
Reference in New Issue
Block a user