35#ifndef LIBBSP_M68K_AV5282_BSP_H
36#define LIBBSP_M68K_AV5282_BSP_H
58#include <mcf5282/mcf5282.h>
66struct rtems_bsdnet_ifconfig;
67extern int rtems_fec_driver_attach (
struct rtems_bsdnet_ifconfig *config,
int attaching );
68#define RTEMS_BSP_NETWORK_DRIVER_NAME "fs1"
69#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_fec_driver_attach
85uint32_t get_CPU_clock_speed(
void);
91#define FEC_IRQ_LEVEL 4
92#define FEC_IRQ_RX_PRIORITY 7
93#define FEC_IRQ_TX_PRIORITY 6
95#define PIT3_IRQ_LEVEL 4
96#define PIT3_IRQ_PRIORITY 0
98#define UART0_IRQ_LEVEL 3
99#define UART0_IRQ_PRIORITY 7
100#define UART1_IRQ_LEVEL 3
101#define UART1_IRQ_PRIORITY 6
102#define UART2_IRQ_LEVEL 3
103#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.