Deleted Added
full compact
utcopy.c (193335) utcopy.c (193341)
1/******************************************************************************
2 *
3 * Module Name: utcopy - Internal to external object translation 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 __UTCOPY_C__
117
1/******************************************************************************
2 *
3 * Module Name: utcopy - Internal to external object translation 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 __UTCOPY_C__
117
118#include "acpi.h"
119#include "accommon.h"
120#include "acnamesp.h"
118#include <contrib/dev/acpica/include/acpi.h>
119#include <contrib/dev/acpica/include/accommon.h>
120#include <contrib/dev/acpica/include/acnamesp.h>
121
122
123#define _COMPONENT ACPI_UTILITIES
124 ACPI_MODULE_NAME ("utcopy")
125
126/* Local prototypes */
127
128static ACPI_STATUS

--- 1013 unchanged lines hidden ---
121
122
123#define _COMPONENT ACPI_UTILITIES
124 ACPI_MODULE_NAME ("utcopy")
125
126/* Local prototypes */
127
128static ACPI_STATUS

--- 1013 unchanged lines hidden ---