ACPICA: Source restructuring: split large files into 8 new files.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / acpi / acpica / acnamesp.h
index b826d9c7aa73f399b080626a42c21780818710f7..bbfcd1b72b3b5231a6eaae80eb7329a0c39fbac5 100644 (file)
@@ -218,6 +218,18 @@ acpi_ns_check_parameter_count(char *pathname,
                              u32 user_param_count,
                              const union acpi_predefined_info *info);
 
+acpi_status
+acpi_ns_check_object_type(struct acpi_predefined_data *data,
+                         union acpi_operand_object **return_object_ptr,
+                         u32 expected_btypes, u32 package_index);
+
+/*
+ * nsprepkg - Validation of predefined name packages
+ */
+acpi_status
+acpi_ns_check_package(struct acpi_predefined_data *data,
+                     union acpi_operand_object **return_object_ptr);
+
 /*
  * nsnames - Name and Scope manipulation
  */