X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Facparser.h;h=a3ae76b270afcd657d51754a88ad8e5178798496;hb=a4df451a1055d97726ab890249bc3f941906fa75;hp=9d49d3c41cd924ed6c768cd3701e5da3a4d73232;hpb=69cd291c6bbc6647fe3783257c5a2e076e808f71;p=linux-2.6 diff --git a/include/acpi/acparser.h b/include/acpi/acparser.h index 9d49d3c41c..a3ae76b270 100644 --- a/include/acpi/acparser.h +++ b/include/acpi/acparser.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2006, R. Byron Moore + * Copyright (C) 2000 - 2007, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -109,6 +109,8 @@ const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode); char *acpi_ps_get_opcode_name(u16 opcode); +u8 acpi_ps_get_argument_count(u32 op_type); + /* * psparse - top level parsing routines */