Deleted Added
full compact
rsio.c (126372) rsio.c (151600)
1/*******************************************************************************
2 *
3 * Module Name: rsio - IO and DMA resource descriptors
4 * $Revision: 25 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************

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

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#define __RSIO_C__
118
1/*******************************************************************************
2 *
3 * Module Name: rsio - IO and DMA resource descriptors
4 * $Revision: 25 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************

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

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#define __RSIO_C__
118
119#include "acpi.h"
120#include "acresrc.h"
119#include <contrib/dev/acpica/acpi.h>
120#include <contrib/dev/acpica/acresrc.h>
121
122#define _COMPONENT ACPI_RESOURCES
123 ACPI_MODULE_NAME ("rsio")
124
125
126/*******************************************************************************
127 *
128 * FUNCTION: AcpiRsIoResource

--- 496 unchanged lines hidden ---
121
122#define _COMPONENT ACPI_RESOURCES
123 ACPI_MODULE_NAME ("rsio")
124
125
126/*******************************************************************************
127 *
128 * FUNCTION: AcpiRsIoResource

--- 496 unchanged lines hidden ---