drm/radeon/kms: move panel mode setup into encoder mode set
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / acpi / hed.h
blob46e1249b70cc1681e41c8600a4a7d7d9b7067466
1 /*
2 * hed.h - ACPI Hardware Error Device
4 * Copyright (C) 2009, Intel Corp.
5 * Author: Huang Ying <ying.huang@intel.com>
7 * This file is released under the GPLv2.
8 */
10 #ifndef ACPI_HED_H
11 #define ACPI_HED_H
13 #include <linux/notifier.h>
15 int register_acpi_hed_notifier(struct notifier_block *nb);
16 void unregister_acpi_hed_notifier(struct notifier_block *nb);
18 #endif