patch-2.4.2 linux/drivers/acpi/include/acnamesp.h

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

diff -u --recursive --new-file v2.4.1/linux/drivers/acpi/include/acnamesp.h linux/drivers/acpi/include/acnamesp.h
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: acnamesp.h - Namespace subcomponent prototypes and defines
- *       $Revision: 101 $
+ *       $Revision: 103 $
  *
  *****************************************************************************/
 
@@ -72,7 +72,7 @@
 
 ACPI_STATUS
 acpi_ns_initialize_devices (
-	u32                     flags);
+	void);
 
 
 /* Namespace init - nsxfinit */
@@ -316,6 +316,11 @@
 	NATIVE_CHAR             *pathname,
 	ACPI_NAMESPACE_NODE     *in_prefix_node,
 	ACPI_NAMESPACE_NODE     **out_node);
+
+u32
+acpi_ns_get_pathname_length (
+	ACPI_NAMESPACE_NODE     *node);
+
 
 /*
  * Object management for NTEs - nsobject

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