fdt_interrupt_map
struct fdt_interrupt_map;
struct fdt_interrupt_map* (*get_interrupt_map)(struct fdt_device* dev);
void (*print_interrupt_map)(struct fdt_interrupt_map* interruptMap);
uint32 (*lookup_interrupt_map)(struct fdt_interrupt_map* interruptMap, uint32 childAddr, uint32 childIrq);
static struct fdt_interrupt_map *
ObjectDeleter<struct fdt_interrupt_map> interrupt_map(new struct fdt_interrupt_map());
fdt_device_print_interrupt_map(struct fdt_interrupt_map* interruptMap)
fdt_device_lookup_interrupt_map(struct fdt_interrupt_map* interruptMap, uint32 childAddr, uint32 childIrq)
struct fdt_interrupt_map* interruptMap, int bus, int device, int function);
struct fdt_interrupt_map* interruptMap = parentModule->get_interrupt_map(parentDev);
struct fdt_interrupt_map* interruptMap, int bus, int device, int function)