Changeset e349411 in rtems for c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
- Timestamp:
- 08/11/95 14:16:20 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0b8b971
- Parents:
- 4d9fa26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
r4d9fa26 re349411 38 38 #include <runway.h> 39 39 40 #include "shm.h"40 #include <shm.h> 41 41 42 42 #define INTERRUPT 0 /* can be interrupt or polling */ 43 43 #define POLLING 1 44 45 #define HPPA_RUNWAY_PROC_HPA_BASE ((void *) 0xFFFA0000) 46 47 /* given a processor number, where is its HPA? */ 48 #define HPPA_RUNWAY_HPA(cpu) \ 49 ((rtems_unsigned32) (HPPA_RUNWAY_PROC_HPA_BASE + ((cpu) * 0x2000))) 50 51 #define HPPA_RUNWAY_REG_IO_EIR_OFFSET 0x000 44 52 45 53 shm_config_table BSP_shm_cfgtbl;
Note: See TracChangeset
for help on using the changeset viewer.