Deleted Added
sdiff udiff text old ( 193335 ) new ( 193341 )
full compact
1/*******************************************************************************
2 *
3 * Module Name: utdelete - object deletion and reference count utilities
4 *
5 ******************************************************************************/
6
7/******************************************************************************
8 *

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

110 * United States government or any agency thereof requires an export license,
111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
113 *
114 *****************************************************************************/
115
116#define __UTDELETE_C__
117
118#include "acpi.h"
119#include "accommon.h"
120#include "acinterp.h"
121#include "acnamesp.h"
122#include "acevents.h"
123
124
125#define _COMPONENT ACPI_UTILITIES
126 ACPI_MODULE_NAME ("utdelete")
127
128/* Local prototypes */
129
130static void

--- 698 unchanged lines hidden ---