25#ifndef LIBBSP_SPARC_ERC32_BSP_H
26#define LIBBSP_SPARC_ERC32_BSP_H
49#define BSP_FEATURE_IRQ_EXTENSION
55#define BSP_IDLE_TASK_BODY bsp_idle_thread
60struct rtems_bsdnet_ifconfig;
61extern int rtems_erc32_sonic_driver_attach(
62 struct rtems_bsdnet_ifconfig *
config
64#define RTEMS_BSP_NETWORK_DRIVER_NAME "sonic1"
65#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_erc32_sonic_driver_attach
81extern int CLOCK_SPEED;
93void BSP_fatal_exit(uint32_t error);
96typedef void (*bsp_shared_isr)(
void *arg);
177void rtems_bsp_delay(
int usecs);
void console_outbyte_polled(int port, char ch)
Definition: console-io.c:59
This header file provides the default definition of BSP_INITIAL_EXTENSION.
Contains information pertaining to the ERC32.
#define RTEMS_DEPRECATED
Instructs the compiler in a declaration to issue a warning whenever a variable, function,...
Definition: basedefs.h:334
ISR_Handler_entry rtems_isr_entry
Interrupt service routines installed by rtems_interrupt_catch() shall have this type.
Definition: intr.h:134
rtems_status_code rtems_interrupt_vector_disable(rtems_vector_number vector)
Disables the interrupt vector.
Definition: irq-enable-disable.c:94
rtems_status_code rtems_interrupt_handler_install(rtems_vector_number vector, const char *info, rtems_option options, rtems_interrupt_handler routine, void *arg)
Installs the interrupt handler routine and argument at the interrupt vector.
Definition: irq-handler-install.c:85
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
#define RTEMS_INTERRUPT_SHARED
This interrupt handler install option allows that the interrupt handler may share the interrupt vecto...
Definition: intr.h:960
rtems_status_code rtems_interrupt_handler_remove(rtems_vector_number vector, rtems_interrupt_handler routine, void *arg)
Removes the interrupt handler routine and argument from the interrupt vector.
Definition: irq-handler-remove.c:62
rtems_status_code rtems_interrupt_vector_enable(rtems_vector_number vector)
Enables the interrupt vector.
Definition: irq-enable-disable.c:85
rtems_status_code rtems_interrupt_clear(rtems_vector_number vector)
Clears the interrupt vector.
Definition: irq-raise-clear.c:92
void * bsp_idle_thread(uintptr_t ignored)
Optimized idle task.
Definition: bspidle.c:39
int console_inbyte_nonblocking(int port)
Definition: console-io.c:88
This header file is provided for backward compatiblility.
This header file defines the RTEMS Classic API.
Definition: deflate.c:114