20#ifndef LIBBSP_M68K_GEN68360_BSP_H
21#define LIBBSP_M68K_GEN68360_BSP_H
42struct rtems_bsdnet_ifconfig;
43extern int rtems_scc1_driver_attach (
struct rtems_bsdnet_ifconfig *
config,
int attaching);
44#define RTEMS_BSP_NETWORK_DRIVER_NAME "scc1"
45#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_scc1_driver_attach
51void M360ExecuteRISC( uint16_t command );
52void *M360AllocateBufferDescriptors(
int count );
53void *M360AllocateRiscTimers(
int count );
54extern char M360DefaultWatchdogFeeder;
56extern int m360_clock_rate;
67#define ATLASHSB_ESR 0x20010000L
68#define ATLASHSB_USICR 0x20010001L
69#define ATLASHSB_DSRR 0x20010002L
70#define ATLASHSB_LED4 0x20010004L
71#define ATLASHSB_ROM_U6 0xFF080000L
81#define PGH360_SPI_ADDR_EEPROM 0
82#define PGH360_SPI_ADDR_DISP4_DATA 1
83#define PGH360_SPI_ADDR_DISP4_CTRL 2
88#define PGH360_PB_SPI_DISP4_RS_MSK (1<<15)
89#define PGH360_PB_SPI_DISP4_CE_MSK (1<<14)
90#define PGH360_PB_SPI_EEP_CE_MSK (1<< 0)
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
This header file defines the RTEMS Classic API.
Definition: deflate.c:114