42#ifndef LIBBSP_M68K_MRM332_BSP_H
43#define LIBBSP_M68K_MRM332_BSP_H
71extern char _copy_start[];
73extern char _clear_start[];
75extern bool _copy_data_from_rom;
80#define STACK_SIZE "#0x800"
82#define STACK_SIZE 0x800
87#define RAW_PUTS(str) \
88 { register char *ptr = str; \
89 while (*ptr) SCI_output_char(*ptr++); \
92#define RAW_PUTI(n) { \
96 for (i=28;i>=0;i -= 4) { \
98 SCI_output_char( (j>9 ? j-10+'a' : j+'0') ); \
106extern int stack_size;
107extern int stack_start;
117void Spurious_Initialize(
void);
119void _UART_flush(
void);
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
This header file defines the RTEMS Classic API.