acpi_amd_wbrf_add_remove
EXPORT_SYMBOL_GPL(acpi_amd_wbrf_add_remove);
int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in);
acpi_amd_wbrf_add_remove(dev, WBRF_RECORD_ADD, &ranges_in);
acpi_amd_wbrf_add_remove(dev, WBRF_RECORD_REMOVE, &ranges_in);