Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * hed.h - ACPI Hardware Error Device
0004  *
0005  * Copyright (C) 2009, Intel Corp.
0006  *  Author: Huang Ying <ying.huang@intel.com>
0007  */
0008 
0009 #ifndef ACPI_HED_H
0010 #define ACPI_HED_H
0011 
0012 #include <linux/notifier.h>
0013 
0014 int register_acpi_hed_notifier(struct notifier_block *nb);
0015 void unregister_acpi_hed_notifier(struct notifier_block *nb);
0016 
0017 #endif