Home
last modified time | relevance | path

Searched refs:apei_hest_func_t (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/acpi/apei/
H A Dhest.c89 typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data); typedef
91 static int apei_hest_parse(apei_hest_func_t func, void *data) in apei_hest_parse()