Changeset f0f6e888 in rtems for bsps/powerpc/virtex5/irq/irq_init.c
- Timestamp:
- 03/03/22 09:17:19 (5 months ago)
- Branches:
- master
- Children:
- 5028a9f
- Parents:
- 3fb2a815
- git-author:
- Christian Mauderer <christian.mauderer@…> (03/03/22 09:17:19)
- git-committer:
- Christian Mauderer <christian.mauderer@…> (03/10/22 08:15:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/virtex5/irq/irq_init.c
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS virtex BSP | 3 +-----------------------------------------------------------------+ 4 | Partially based on the code references which are named below. | 5 | Adaptions, modifications, enhancements and any recent parts of | 6 | the code are: | 7 | Copyright (c) 2007 | 8 | embedded brains GmbH | 9 | Obere Lagerstr. 30 | 10 | 82178 Puchheim | 11 | Germany | 12 | rtems@embedded-brains.de | 13 +-----------------------------------------------------------------+ 14 | The license and distribution terms for this file may be | 15 | found in the file LICENSE in this distribution or at | 16 | | 17 | http://www.rtems.org/license/LICENSE. | 18 | | 19 +-----------------------------------------------------------------+ 20 | this file contains the irq controller handler | 21 \*===============================================================*/ 1 /* 2 * RTEMS virtex BSP 3 * 4 * This file contains the irq controller handler. 5 */ 6 7 /* 8 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 14 22 15 #include <libcpu/spr.h> 23 16 #include <bsp/irq.h>
Note: See TracChangeset
for help on using the changeset viewer.