2007-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* address.h, address.inl, chain.c, chain.h, system.h:
	Eliminate unsigned8, unsigned16, unsigned32.
	Use size_t, ptrdiff_t, intptr_t for 64bit compliance.
	* chain.c: Reflect removal of isr.h.
	* isr.h: Remove.
	* Makefile.am: Remove isr.h.
This commit is contained in:
Ralf Corsepius
2007-12-10 03:44:06 +00:00
parent aa56c20114
commit 372cdd515f
8 changed files with 23 additions and 196 deletions

View File

@@ -9,10 +9,6 @@
#ifndef __SYSTEM_h
#define __SYSTEM_h
typedef unsigned int unsigned32;
typedef unsigned short unsigned16;
typedef unsigned char unsigned8;
#define STATIC static
#define INLINE inline