Deleted Added
full compact
tbxface.c (126372) tbxface.c (151600)
1/******************************************************************************
2 *
3 * Module Name: tbxface - Public interfaces to the ACPI subsystem
4 * ACPI table oriented interfaces
5 * $Revision: 64 $
6 *
7 *****************************************************************************/
8

--- 103 unchanged lines hidden (view full) ---

112 * United States government or any agency thereof requires an export license,
113 * other governmental approval, or letter of assurance, without first obtaining
114 * such license, approval or letter.
115 *
116 *****************************************************************************/
117
118#define __TBXFACE_C__
119
1/******************************************************************************
2 *
3 * Module Name: tbxface - Public interfaces to the ACPI subsystem
4 * ACPI table oriented interfaces
5 * $Revision: 64 $
6 *
7 *****************************************************************************/
8

--- 103 unchanged lines hidden (view full) ---

112 * United States government or any agency thereof requires an export license,
113 * other governmental approval, or letter of assurance, without first obtaining
114 * such license, approval or letter.
115 *
116 *****************************************************************************/
117
118#define __TBXFACE_C__
119
120#include "acpi.h"
121#include "acnamesp.h"
122#include "actables.h"
120#include <contrib/dev/acpica/acpi.h>
121#include <contrib/dev/acpica/acnamesp.h>
122#include <contrib/dev/acpica/actables.h>
123
124
125#define _COMPONENT ACPI_TABLES
126 ACPI_MODULE_NAME ("tbxface")
127
128
129/*******************************************************************************
130 *

--- 411 unchanged lines hidden ---
123
124
125#define _COMPONENT ACPI_TABLES
126 ACPI_MODULE_NAME ("tbxface")
127
128
129/*******************************************************************************
130 *

--- 411 unchanged lines hidden ---