source: rtems/bsps/powerpc/ss555/start/tm27supp.c @ ff081aee

5
Last change on this file since ff081aee was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 164 bytes
Line 
1/*
2 *  Support routines for TM27
3 */
4
5#include <bsp.h>
6
7rtems_irq_connect_data tm27IrqData = {
8  CPU_USIU_EXT_IRQ_7,
9  (rtems_irq_hdl)0,
10  NULL,
11  NULL,
12  NULL
13};
14
Note: See TracBrowser for help on using the repository browser.