14#ifndef LIBBSP_M68K_MCF5329_BSP_H
15#define LIBBSP_M68K_MCF5329_BSP_H
34#include <mcf532x/mcf532x.h>
40typedef volatile unsigned char vuint8;
41typedef volatile unsigned short vuint16;
42typedef volatile unsigned long vuint32;
46struct rtems_bsdnet_ifconfig;
47extern int rtems_fec_driver_attach (
struct rtems_bsdnet_ifconfig *
config,
int attaching );
48#define RTEMS_BSP_NETWORK_DRIVER_NAME "fec0"
49#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_fec_driver_attach
59uint32_t bsp_get_CPU_clock_speed(
void);
60uint32_t bsp_get_BUS_clock_speed(
void);
72#define FEC_IRQ_LEVEL 4
74#define PIT3_IRQ_LEVEL 4
76#define UART0_IRQ_LEVEL 3
77#define UART1_IRQ_LEVEL 3
78#define UART2_IRQ_LEVEL 3
This header file provides the kernel character input/output support API.
This header file provides the default definition of BSP_INITIAL_EXTENSION.
ISR_Handler_entry rtems_isr_entry
Interrupt service routines installed by rtems_interrupt_catch() shall have this type.
Definition: intr.h:134
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
volatile unsigned char vuint8
Definition: bsp.h:40
This header file defines the RTEMS Classic API.
Definition: deflate.c:114