summaryrefslogtreecommitdiff
path: root/source/tools/acpihelp/acpihelp.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-06-20 17:51:04 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-06-20 17:51:04 +0000
commit705c538931446b23ef7f028f71c9da55c78bbf23 (patch)
treef634c2ad6dfa6f49c5aaabc64f8bb79b74dda5a7 /source/tools/acpihelp/acpihelp.h
parentfa948a817cf9dae39dc632f9bf48a8af37244a0e (diff)
Notes
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 427353a06b51..d1ac41d38bdd 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