Changeset bc31fb65 in rtems
- Timestamp:
- 05/23/23 08:49:14 (4 months ago)
- Branches:
- master
- Children:
- 5da3ff47
- Parents:
- da2b49e
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/23/23 08:49:14)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/26/23 04:56:11)
- Location:
- bsps/arm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/shared/clock/clock-a9mpcore.c
rda2b49e rbc31fb65 49 49 50 50 /* This is defined in dev/clock/clockimpl.h */ 51 void Clock_isr( rtems_irq_hdl_paramarg);51 void Clock_isr(void *arg); 52 52 53 53 __attribute__ ((weak)) uint32_t a9mpcore_clock_periphclk(void) -
bsps/arm/xilinx-zynq/include/bsp/irq.h
rda2b49e rbc31fb65 37 37 #ifndef ASM 38 38 39 #include <rtems/irq.h>40 39 #include <rtems/irq-extension.h> 41 40
Note: See TracChangeset
for help on using the changeset viewer.