Deleted Added
full compact
dbfileio.c (126372) dbfileio.c (151600)
1/*******************************************************************************
2 *
3 * Module Name: dbfileio - Debugger file I/O commands. These can't usually
4 * be used when running the debugger in Ring 0 (Kernel mode)
5 * $Revision: 76 $
6 *
7 ******************************************************************************/
8

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

111 * software, or service, directly or indirectly, to any country for which the
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
1/*******************************************************************************
2 *
3 * Module Name: dbfileio - Debugger file I/O commands. These can't usually
4 * be used when running the debugger in Ring 0 (Kernel mode)
5 * $Revision: 76 $
6 *
7 ******************************************************************************/
8

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

111 * software, or service, directly or indirectly, to any country for which the
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
119#include "acpi.h"
120#include "acdebug.h"
121#include "acnamesp.h"
122#include "actables.h"
119#include <contrib/dev/acpica/acpi.h>
120#include <contrib/dev/acpica/acdebug.h>
121#include <contrib/dev/acpica/acnamesp.h>
122#include <contrib/dev/acpica/actables.h>
123
124#if (defined ACPI_DEBUGGER || defined ACPI_DISASSEMBLER)
125
126#define _COMPONENT ACPI_CA_DEBUGGER
127 ACPI_MODULE_NAME ("dbfileio")
128
129
130/*

--- 434 unchanged lines hidden ---
123
124#if (defined ACPI_DEBUGGER || defined ACPI_DISASSEMBLER)
125
126#define _COMPONENT ACPI_CA_DEBUGGER
127 ACPI_MODULE_NAME ("dbfileio")
128
129
130/*

--- 434 unchanged lines hidden ---