diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2003-09-26 21:36:14 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2003-09-26 21:36:14 +0000 |
commit | 487c286c32e7f9cc01a6124c57753301bba398cb (patch) | |
tree | b65d7afb3a65ec947da1b73f9261739358af5e33 /c/src/lib/libcpu/hppa1.1/include/runway.h | |
parent | 024fd916dca3613588dbe4230d913713e45ef7cc (diff) | |
download | rtems-487c286c32e7f9cc01a6124c57753301bba398cb.tar.bz2 |
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am,
hppa1.1/configure.ac, hppa1.1/clock/.cvsignore,
hppa1.1/clock/Makefile.am, hppa1.1/clock/clock.c,
hppa1.1/include/.cvsignore, hppa1.1/include/Makefile.am,
hppa1.1/include/runway.h, hppa1.1/include/semaphore.h,
hppa1.1/milli/.cvsignore, hppa1.1/milli/Makefile.am,
hppa1.1/milli/milli.S, hppa1.1/semaphore/.cvsignore,
hppa1.1/semaphore/Makefile.am, hppa1.1/semaphore/semaphore.c,
hppa1.1/timer/.cvsignore, hppa1.1/timer/Makefile.am,
hppa1.1/timer/timer.c: Removed.
Diffstat (limited to 'c/src/lib/libcpu/hppa1.1/include/runway.h')
-rw-r--r-- | c/src/lib/libcpu/hppa1.1/include/runway.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/include/runway.h b/c/src/lib/libcpu/hppa1.1/include/runway.h deleted file mode 100644 index 41aafe26ef..0000000000 --- a/c/src/lib/libcpu/hppa1.1/include/runway.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * File: $RCSfile$ - * Project: PixelFlow - * Created: 94/11/29 - * RespEngr: tony bennett - * Revision: $Revision$ - * Last Mod: $Date$ - * - * Description: - * definitions specific to the runway bus - * - * TODO: - * Add lots more. - * - * $Id$ - */ - -#ifndef _INCLUDE_RUNWAY_H -#define _INCLUDE_RUNWAY_H - -#ifdef __cplusplus -extern "C" { -#endif - -#define HPPA_RUNWAY_PROC_HPA_BASE ((void *) 0xFFFA0000) - -/* given a processor number, where is its HPA? */ -#define HPPA_RUNWAY_HPA(cpu) \ - ((rtems_unsigned32) (HPPA_RUNWAY_PROC_HPA_BASE + ((cpu) * 0x2000))) - -#define HPPA_RUNWAY_REG_IO_EIR_OFFSET 0x000 - -#ifdef __cplusplus -} -#endif - -#endif /* ! _INCLUDE_RUNWAY_H */ |