summaryrefslogtreecommitdiffstats
path: root/source/tools/acpihelp/acpihelp.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-06-20 17:51:04 +0000
committerjkim <jkim@FreeBSD.org>2012-06-20 17:51:04 +0000
commit2276af3c12160e6d7e3e06b506bf4ae5c9e8c420 (patch)
treef634c2ad6dfa6f49c5aaabc64f8bb79b74dda5a7 /source/tools/acpihelp/acpihelp.h
parent291c27508808bb5c9ab780eb971fe958491f1468 (diff)
downloadFreeBSD-src-2276af3c12160e6d7e3e06b506bf4ae5c9e8c420.zip
FreeBSD-src-2276af3c12160e6d7e3e06b506bf4ae5c9e8c420.tar.gz
Import ACPICA 20120620.
Diffstat (limited to 'source/tools/acpihelp/acpihelp.h')
-rw-r--r--source/tools/acpihelp/acpihelp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/tools/acpihelp/acpihelp.h b/source/tools/acpihelp/acpihelp.h
index 427353a..d1ac41d 100644
--- a/source/tools/acpihelp/acpihelp.h
+++ b/source/tools/acpihelp/acpihelp.h
@@ -103,14 +103,6 @@ typedef struct ah_asl_keyword
} AH_ASL_KEYWORD;
-typedef struct ah_predefined_name
-{
- char *Name;
- char *Description;
- char *Action;
-
-} AH_PREDEFINED_NAME;
-
typedef struct ah_device_id
{
char *Name;
@@ -122,7 +114,6 @@ typedef struct ah_device_id
extern const AH_AML_OPCODE AmlOpcodeInfo[];
extern const AH_ASL_OPERATOR AslOperatorInfo[];
extern const AH_ASL_KEYWORD AslKeywordInfo[];
-extern const AH_PREDEFINED_NAME AslPredefinedInfo[];
extern BOOLEAN AhDisplayAll;
void
OpenPOWER on IntegriCloud