Deleted Added
sdiff udiff text old ( 126372 ) new ( 151600 )
full compact
1/*******************************************************************************
2 *
3 * Module Name: dbstats - Generation and display of ACPI table statistics
4 * $Revision: 70 $
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"
120#include "acnamesp.h"
121
122#ifdef ACPI_DEBUGGER
123
124#define _COMPONENT ACPI_CA_DEBUGGER
125 ACPI_MODULE_NAME ("dbstats")
126
127/*
128 * Statistics subcommands

--- 430 unchanged lines hidden ---