The acpi_get_irq_routing_table() takes a pointer to an array of ACPI_PCI_ROUTING_TABLE elements rather than a generic buffer pointer (e.g. void *). Because of the above, it makes sense to specify the array size as an actual ARRAY_SIZE() value, since it makes no sense to accept buffers which are not a multiple of sizeof(ACPI_PCI_ROUTING_TABLE) long. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| prj.conf | ||
| testcase.yaml | ||