Board Support Functions

Table of Contents
template_request_io — reserve io or memory range for can board
template_release_io — free reserved io memory range
template_reset — hardware reset routine
template_init_hw_data — Initialize hardware cards
template_init_chip_data — Initialize chips
template_init_obj_data — Initialize message buffers
template_program_irq — program interrupts
template_write_register — Low level write register routine
template_read_register — Low level read register routine

The functions, which should be implemented for each supported board, are described in the next section. The functions are prefixed by boardname. The prefix template has been selected for next description.