Ran source cleanup tool

date	2000.11.16.17.28.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:19:41 +00:00
parent 59db299f7b
commit 8635b0edec

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslresource.h - ASL resource descriptors
* $Revision: 1.6 $
* $Revision: 1.7 $
*
*****************************************************************************/
@ -120,7 +120,6 @@
#define __ASLRESOURCE_H
#define ASL_RESNAME_ADDRESS "_ADR"
#define ASL_RESNAME_ALIGNMENT "_ALN"
#define ASL_RESNAME_ADDRESSSPACE "_ASI"
@ -150,8 +149,6 @@
#define ASL_RESNAME_XFERTYPE "_SIZ" /* 8(0), 8And16(1), 16(2) */
/* ResourceType values */
#define RESOURCE_TYPE_MEMORY_RANGE 0
@ -194,8 +191,6 @@ typedef struct asl_resource_node
} ASL_RESOURCE_NODE;
/*
* Resource descriptors defined in the ACPI specification
*/
@ -296,8 +291,6 @@ typedef struct asl_end_tag_desc
} ASL_END_TAG_DESC;
/* LARGE descriptors */
#pragma pack(1)
@ -404,7 +397,6 @@ typedef struct asl_word_address_desc
} ASL_WORD_ADDRESS_DESC;
#pragma pack(1)
typedef struct asl_extended_xrupt_desc
{
@ -463,7 +455,6 @@ typedef union asl_resource_desc
#define DEFAULT_RESOURCE_DESC_SIZE (sizeof (ASL_RESOURCE_DESC) + sizeof (ASL_END_TAG_DESC))
/*
* Resource utilities
*/
@ -529,42 +520,42 @@ ASL_RESOURCE_NODE *
RsDoInterruptDescriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoIoDescriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoIrqDescriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoIrqNoFlagsDescriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoMemory24Descriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoMemory32Descriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoMemory32FixedDescriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoStartDependentDescriptor (
ASL_PARSE_NODE *Node,
UINT32 CurrentByteOffset);
ASL_RESOURCE_NODE *
RsDoStartDependentNoPriDescriptor (
ASL_PARSE_NODE *Node,