![]() |
RTEMS 6.1
|
This source file contains the implementatin of bsp_fdt_get(). More...
#include <bsp.h>#include <bsp/fdt.h>Functions | |
| const void * | bsp_fdt_get (void) |
| Returns the FDT of the BSP. | |
| uint32_t | bsp_fdt_map_intr (const uint32_t *intr, size_t icells) |
| Maps the interrupt number of the FDT to the interrupt vector used by the interrupt management. | |
This source file contains the implementatin of bsp_fdt_get().
| const void * bsp_fdt_get | ( | void | ) |
Returns the FDT of the BSP.
| uint32_t bsp_fdt_map_intr | ( | const uint32_t * | intr, |
| size_t | icells | ||
| ) |
Maps the interrupt number of the FDT to the interrupt vector used by the interrupt management.
This function is used by the libbsd to implement the OFW_BUS_MAP_INTR bus method.
| [in] | intr | The FDT interrupt number cells. |
| [in] | icells | The FDT interrupt cell count. |