Changeset f5674938 in rtems for c/src/lib/libbsp/shmdr/shm.h
- Timestamp:
- 04/22/96 16:49:25 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 34f3d17
- Parents:
- 8faca06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shmdr/shm.h
r8faca06 rf5674938 431 431 432 432 SHM_EXTERN shm_config_table *Shm_Configuration; 433 SHM_EXTERN Shm_Interrupt_information Shm_Interrupt_table[16];433 SHM_EXTERN Shm_Interrupt_information *Shm_Interrupt_table; 434 434 SHM_EXTERN Shm_Node_status_control *Shm_Node_statuses; 435 435 SHM_EXTERN Shm_Locked_queue_Control *Shm_Locked_queues;
Note: See TracChangeset
for help on using the changeset viewer.