Changeset 7632906 in rtems for bsps/arm/raspberrypi/clock
- Timestamp:
- 04/19/18 04:35:52 (5 years ago)
- Branches:
- 5, master
- Children:
- 58adad4
- Parents:
- 5c5b021
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/19/18 04:35:52)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/20/18 07:57:01)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/raspberrypi/clock/clockdrv.c
r5c5b021 r7632906 27 27 #include <rtems/timecounter.h> 28 28 29 /* This is defined in ../../../shared/ clockdrv_shell.h */29 /* This is defined in ../../../shared/dev/clock/clockimpl.h */ 30 30 void Clock_isr(rtems_irq_hdl_param arg); 31 31 … … 112 112 #define CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR 1 113 113 114 #include "../../../shared/ clockdrv_shell.h"114 #include "../../../shared/dev/clock/clockimpl.h"
Note: See TracChangeset
for help on using the changeset viewer.