Deleted Added
full compact
dbhistry.c (126372) dbhistry.c (151600)
1/******************************************************************************
2 *
3 * Module Name: dbhistry - debugger HISTORY command
4 * $Revision: 29 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

110 * software, or service, directly or indirectly, to any country for which the
111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
1/******************************************************************************
2 *
3 * Module Name: dbhistry - debugger HISTORY command
4 * $Revision: 29 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

110 * software, or service, directly or indirectly, to any country for which the
111 * United States government or any agency thereof requires an export license,
112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
118#include "acpi.h"
119#include "acdebug.h"
118#include <contrib/dev/acpica/acpi.h>
119#include <contrib/dev/acpica/acdebug.h>
120
121#ifdef ACPI_DEBUGGER
122
123#define _COMPONENT ACPI_CA_DEBUGGER
124 ACPI_MODULE_NAME ("dbhistry")
125
126
127#define HI_NO_HISTORY 0

--- 164 unchanged lines hidden ---
120
121#ifdef ACPI_DEBUGGER
122
123#define _COMPONENT ACPI_CA_DEBUGGER
124 ACPI_MODULE_NAME ("dbhistry")
125
126
127#define HI_NO_HISTORY 0

--- 164 unchanged lines hidden ---