linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / acpi / acparser.h
index 9d49d3c..5a1ff48 100644 (file)
@@ -46,7 +46,7 @@
 
 #define OP_HAS_RETURN_VALUE             1
 
-/* Variable number of arguments. This field must be 32 bits */
+/* variable # arguments */
 
 #define ACPI_VAR_ARGS                   ACPI_UINT32_MAX
 
@@ -71,7 +71,7 @@
 /*
  * psxface - Parser external interfaces
  */
-acpi_status acpi_ps_execute_method(struct acpi_evaluate_info *info);
+acpi_status acpi_ps_execute_method(struct acpi_parameter_info *info);
 
 /*
  * psargs - Parse AML opcode arguments