patch-2.4.0-test3 linux/drivers/acpi/include/acpi.h
Next file: linux/drivers/acpi/include/acpiosxf.h
Previous file: linux/drivers/acpi/include/acobject.h
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Wed Jul 5 11:23:12 2000
- Orig file:
v2.4.0-test2/linux/drivers/acpi/include/acpi.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/acpi/include/acpi.h linux/drivers/acpi/include/acpi.h
@@ -0,0 +1,50 @@
+
+/******************************************************************************
+ *
+ * Name: acpi.h - Master include file, Publics and external data.
+ *
+ *****************************************************************************/
+
+/*
+ * Copyright (C) 2000 R. Byron Moore
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef __ACPI_H__
+#define __ACPI_H__
+
+/*
+ * Common includes for all ACPI driver files
+ * We put them here because we don't want to duplicate them
+ * in the rest of the source code again and again.
+ */
+#include "config.h" /* Configuration constants */
+#include "acenv.h" /* Target environment specific items */
+#include "actypes.h" /* Fundamental data types */
+#include "acexcep.h" /* Local exception codes */
+#include "macros.h" /* C macros */
+#include "actables.h" /* Acpi table definitions */
+#include "internal.h" /* Internal data types */
+#include "output.h" /* Error output and Debug macros */
+#include "acpiosxf.h" /* Interfaces to the Acpi-to-OS layer*/
+#include "acpixf.h" /* Acpi core external interfaces */
+#include "acobject.h" /* Acpi internal object */
+#include "globals.h" /* All global variables */
+#include "hardware.h" /* Hardware defines and interfaces */
+#include "common.h" /* Common (global) interfaces */
+
+
+#endif /* __ACPI_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)