Changeset b296708 in rtems
- Timestamp:
- 06/06/23 22:33:08 (4 months ago)
- Branches:
- master
- Children:
- a67aab6
- Parents:
- bb5dbff7
- git-author:
- Joel Sherrill <joel@…> (06/06/23 22:33:08)
- git-committer:
- Joel Sherrill <joel@…> (06/06/23 22:34:43)
- Location:
- bsps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/aarch64/xilinx-zynqmp/console/console.c
rbb5dbff7 rb296708 39 39 #include <rtems/endian.h> 40 40 #include <rtems/sysinit.h> 41 #include <rtems/libio.h> /* for rtems_termios_initialize */ 41 42 42 43 #include <bsp/aarch64-mmu.h> -
bsps/arm/xilinx-zynqmp/console/console-config.c
rbb5dbff7 rb296708 34 34 #include <rtems/bspIo.h> 35 35 #include <rtems/sysinit.h> 36 #include <rtems/libio.h> /* for rtems_termios_initialize */ 36 37 37 38 #include <bsp/irq.h>
Note: See TracChangeset
for help on using the changeset viewer.