Al Stone ddc694
diff -Naur acpica-unix2-20151124/source/tools/acpinames/acpinames.h acpica-unix2-20151124.patched/source/tools/acpinames/acpinames.h
Al Stone ddc694
--- acpica-unix2-20151124/source/tools/acpinames/acpinames.h	1969-12-31 17:00:00.000000000 -0700
Al Stone ddc694
+++ acpica-unix2-20151124.patched/source/tools/acpinames/acpinames.h	2015-12-15 15:41:57.418737677 -0700
Al Stone ddc694
@@ -0,0 +1,66 @@
Al Stone ddc694
+/******************************************************************************
Al Stone ddc694
+ *
Al Stone ddc694
+ * Module Name: acpinames.h - Common include for AcpiNames utility
Al Stone ddc694
+ *
Al Stone ddc694
+ *****************************************************************************/
Al Stone ddc694
+
Al Stone ddc694
+/*
Al Stone ddc694
+ * Copyright (C) 2000 - 2015, Intel Corp.
Al Stone ddc694
+ * All rights reserved.
Al Stone ddc694
+ *
Al Stone ddc694
+ * Redistribution and use in source and binary forms, with or without
Al Stone ddc694
+ * modification, are permitted provided that the following conditions
Al Stone ddc694
+ * are met:
Al Stone ddc694
+ * 1. Redistributions of source code must retain the above copyright
Al Stone ddc694
+ *    notice, this list of conditions, and the following disclaimer,
Al Stone ddc694
+ *    without modification.
Al Stone ddc694
+ * 2. Redistributions in binary form must reproduce at minimum a disclaimer
Al Stone ddc694
+ *    substantially similar to the "NO WARRANTY" disclaimer below
Al Stone ddc694
+ *    ("Disclaimer") and any redistribution must be conditioned upon
Al Stone ddc694
+ *    including a substantially similar Disclaimer requirement for further
Al Stone ddc694
+ *    binary redistribution.
Al Stone ddc694
+ * 3. Neither the names of the above-listed copyright holders nor the names
Al Stone ddc694
+ *    of any contributors may be used to endorse or promote products derived
Al Stone ddc694
+ *    from this software without specific prior written permission.
Al Stone ddc694
+ *
Al Stone ddc694
+ * Alternatively, this software may be distributed under the terms of the
Al Stone ddc694
+ * GNU General Public License ("GPL") version 2 as published by the Free
Al Stone ddc694
+ * Software Foundation.
Al Stone ddc694
+ *
Al Stone ddc694
+ * NO WARRANTY
Al Stone ddc694
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Al Stone ddc694
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Al Stone ddc694
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
Al Stone ddc694
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Al Stone ddc694
+ * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Al Stone ddc694
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Al Stone ddc694
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Al Stone ddc694
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
Al Stone ddc694
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
Al Stone ddc694
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Al Stone ddc694
+ * POSSIBILITY OF SUCH DAMAGES.
Al Stone ddc694
+ */
Al Stone ddc694
+
Al Stone ddc694
+#ifndef _ACPINAMES_H
Al Stone ddc694
+#define _ACPINAMES_H
Al Stone ddc694
+
Al Stone ddc694
+#include "acpi.h"
Al Stone ddc694
+#include "accommon.h"
Al Stone ddc694
+#include "acapps.h"
Al Stone ddc694
+#include "acutils.h"
Al Stone ddc694
+#include "acnamesp.h"
Al Stone ddc694
+#include "actables.h"
Al Stone ddc694
+#include "acinterp.h"
Al Stone ddc694
+
Al Stone ddc694
+#include <stdio.h>
Al Stone ddc694
+
Al Stone ddc694
+#define ACPI_MAX_INIT_TABLES    (32)
Al Stone ddc694
+
Al Stone ddc694
+extern BOOLEAN          AcpiGbl_NsLoadOnly;
Al Stone ddc694
+
Al Stone ddc694
+
Al Stone ddc694
+ACPI_STATUS
Al Stone ddc694
+AnBuildLocalTables (
Al Stone ddc694
+    ACPI_NEW_TABLE_DESC     *TableList);
Al Stone ddc694
+
Al Stone ddc694
+#endif
Al Stone ddc694
diff -Naur acpica-unix2-20151124/source/tools/acpinames/AcpiNames.h acpica-unix2-20151124.patched/source/tools/acpinames/AcpiNames.h
Al Stone ddc694
--- acpica-unix2-20151124/source/tools/acpinames/AcpiNames.h	2015-11-24 08:11:31.000000000 -0700
Al Stone ddc694
+++ acpica-unix2-20151124.patched/source/tools/acpinames/AcpiNames.h	1969-12-31 17:00:00.000000000 -0700
Al Stone ddc694
@@ -1,66 +0,0 @@
Al Stone ddc694
-/******************************************************************************
Al Stone ddc694
- *
Al Stone ddc694
- * Module Name: acpinames.h - Common include for AcpiNames utility
Al Stone ddc694
- *
Al Stone ddc694
- *****************************************************************************/
Al Stone ddc694
-
Al Stone ddc694
-/*
Al Stone ddc694
- * Copyright (C) 2000 - 2015, Intel Corp.
Al Stone ddc694
- * All rights reserved.
Al Stone ddc694
- *
Al Stone ddc694
- * Redistribution and use in source and binary forms, with or without
Al Stone ddc694
- * modification, are permitted provided that the following conditions
Al Stone ddc694
- * are met:
Al Stone ddc694
- * 1. Redistributions of source code must retain the above copyright
Al Stone ddc694
- *    notice, this list of conditions, and the following disclaimer,
Al Stone ddc694
- *    without modification.
Al Stone ddc694
- * 2. Redistributions in binary form must reproduce at minimum a disclaimer
Al Stone ddc694
- *    substantially similar to the "NO WARRANTY" disclaimer below
Al Stone ddc694
- *    ("Disclaimer") and any redistribution must be conditioned upon
Al Stone ddc694
- *    including a substantially similar Disclaimer requirement for further
Al Stone ddc694
- *    binary redistribution.
Al Stone ddc694
- * 3. Neither the names of the above-listed copyright holders nor the names
Al Stone ddc694
- *    of any contributors may be used to endorse or promote products derived
Al Stone ddc694
- *    from this software without specific prior written permission.
Al Stone ddc694
- *
Al Stone ddc694
- * Alternatively, this software may be distributed under the terms of the
Al Stone ddc694
- * GNU General Public License ("GPL") version 2 as published by the Free
Al Stone ddc694
- * Software Foundation.
Al Stone ddc694
- *
Al Stone ddc694
- * NO WARRANTY
Al Stone ddc694
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Al Stone ddc694
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Al Stone ddc694
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
Al Stone ddc694
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Al Stone ddc694
- * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Al Stone ddc694
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Al Stone ddc694
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Al Stone ddc694
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
Al Stone ddc694
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
Al Stone ddc694
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Al Stone ddc694
- * POSSIBILITY OF SUCH DAMAGES.
Al Stone ddc694
- */
Al Stone ddc694
-
Al Stone ddc694
-#ifndef _ACPINAMES_H
Al Stone ddc694
-#define _ACPINAMES_H
Al Stone ddc694
-
Al Stone ddc694
-#include "acpi.h"
Al Stone ddc694
-#include "accommon.h"
Al Stone ddc694
-#include "acapps.h"
Al Stone ddc694
-#include "acutils.h"
Al Stone ddc694
-#include "acnamesp.h"
Al Stone ddc694
-#include "actables.h"
Al Stone ddc694
-#include "acinterp.h"
Al Stone ddc694
-
Al Stone ddc694
-#include <stdio.h>
Al Stone ddc694
-
Al Stone ddc694
-#define ACPI_MAX_INIT_TABLES    (32)
Al Stone ddc694
-
Al Stone ddc694
-extern BOOLEAN          AcpiGbl_NsLoadOnly;
Al Stone ddc694
-
Al Stone ddc694
-
Al Stone ddc694
-ACPI_STATUS
Al Stone ddc694
-AnBuildLocalTables (
Al Stone ddc694
-    ACPI_NEW_TABLE_DESC     *TableList);
Al Stone ddc694
-
Al Stone ddc694
-#endif