@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
lib
/
modules
/
2.6.32-754.el6.x86_64
/
source
/
include
/
acpi
/
Path :
Upload File :
New :
File
Dir
//lib/modules/2.6.32-754.el6.x86_64/source/include/acpi/hed.h
/* * hed.h - ACPI Hardware Error Device * * Copyright (C) 2009, Intel Corp. * Author: Huang Ying <ying.huang@intel.com> * * This file is released under the GPLv2. */ #ifndef ACPI_HED_H #define ACPI_HED_H #include <linux/notifier.h> int register_acpi_hed_notifier(struct notifier_block *nb); void unregister_acpi_hed_notifier(struct notifier_block *nb); #endif