Changeset 11290355 in rtems for c/src/lib/libcpu/hppa1.1/clock
- Timestamp:
- 09/29/95 17:19:16 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ceface
- Parents:
- 1039ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/hppa1.1/clock/clock.c
r1039ae4 r11290355 16 16 17 17 #include <rtems.h> 18 #include <bsp.h>19 18 #include <rtems/libio.h> 19 20 /* should get this from bsp.h, but it is not installed yet */ 21 rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int); 22 extern rtems_configuration_table BSP_Configuration; 20 23 21 24 #include <stdlib.h> /* for atexit() */
Note: See TracChangeset
for help on using the changeset viewer.