13#ifndef LIBBSP_M68K_MCF5235_BSP_H
14#define LIBBSP_M68K_MCF5235_BSP_H
33#include <mcf5235/mcf5235.h>
41struct rtems_bsdnet_ifconfig;
42extern int rtems_fec_driver_attach (
struct rtems_bsdnet_ifconfig *config,
int attaching );
43#define RTEMS_BSP_NETWORK_DRIVER_NAME "fec0"
44#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_fec_driver_attach
54uint32_t get_CPU_clock_speed(
void);
60#define FEC_IRQ_LEVEL 4
61#define FEC_IRQ_RX_PRIORITY 7
62#define FEC_IRQ_TX_PRIORITY 6
64#define PIT3_IRQ_LEVEL 4
65#define PIT3_IRQ_PRIORITY 0
67#define UART0_IRQ_LEVEL 3
68#define UART0_IRQ_PRIORITY 7
69#define UART1_IRQ_LEVEL 3
70#define UART1_IRQ_PRIORITY 6
71#define UART2_IRQ_LEVEL 3
72#define UART2_IRQ_PRIORITY 5
This header file provides the kernel character input/output support API.
This header file provides the default definition of BSP_INITIAL_EXTENSION.
This header file defines the RTEMS Classic API.