patch-2.4.0-prerelease linux/drivers/acpi/include/acparser.h

Next file: linux/drivers/acpi/include/acpiosxf.h
Previous file: linux/drivers/acpi/include/acoutput.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/acpi/include/acparser.h linux/drivers/acpi/include/acparser.h
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Module Name: acparser.h - AML Parser subcomponent prototypes and defines
- *       $Revision: 46 $
+ *       $Revision: 47 $
  *
  *****************************************************************************/
 
@@ -188,7 +188,8 @@
 acpi_ps_pop_scope (
 	ACPI_PARSE_STATE        *parser_state,
 	ACPI_PARSE_OBJECT       **op,
-	u32                     *arg_list);
+	u32                     *arg_list,
+	u32                     *arg_count);
 
 ACPI_STATUS
 acpi_ps_push_scope (

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)