18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * hed.h - ACPI Hardware Error Device 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2009, Intel Corp. 68c2ecf20Sopenharmony_ci * Author: Huang Ying <ying.huang@intel.com> 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef ACPI_HED_H 108c2ecf20Sopenharmony_ci#define ACPI_HED_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <linux/notifier.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciint register_acpi_hed_notifier(struct notifier_block *nb); 158c2ecf20Sopenharmony_civoid unregister_acpi_hed_notifier(struct notifier_block *nb); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif 18