/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/include/acpi
NameSizeModeActions
platform/-0755rm
acbuffer.h91360644editdlrm
acconfig.h76300644editdlrm
acexcep.h173500644editdlrm
acnames.h22380644editdlrm
acoutput.h167580644editdlrm
acpi.h13630644editdlrm
acpiosxf.h116190644editdlrm
acpixf.h319430644editdlrm
acpi_bus.h231690644editdlrm
acpi_drivers.h36520644editdlrm
acpi_io.h7230644editdlrm
acpi_lpat.h15830644editdlrm
acpi_numa.h9030644editdlrm
acrestyp.h199720644editdlrm
actbl.h188070644editdlrm
actbl1.h470350644editdlrm
actbl2.h711460644editdlrm
actbl3.h225260644editdlrm
actypes.h432040644editdlrm
acuuid.h35200644editdlrm
apei.h14380644editdlrm
battery.h5940644editdlrm
button.h4010644editdlrm
cppc_acpi.h50770644editdlrm
ghes.h34850644editdlrm
hed.h3710644editdlrm
nfit.h3510644editdlrm
pcc.h9720644editdlrm
pdc_intel.h10480644editdlrm
processor.h121150644editdlrm
reboot.h2010644editdlrm
video.h32180644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/include/acpi/hed.h (371B)
/* * hed.h - ACPI Hardware Error Device * * Copyright (C) 2009, Intel Corp. * Author: Huang Ying * * This file is released under the GPLv2. */ #ifndef ACPI_HED_H #define ACPI_HED_H #include int register_acpi_hed_notifier(struct notifier_block *nb); void unregister_acpi_hed_notifier(struct notifier_block *nb); #endif