]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/acpi.h
printk: when dumping regs, show the stack, not thread_info
[karo-tx-linux.git] / include / linux / acpi.h
index 08235a6470bbd891f5bb49fc95ab291504a6d4c7..db7c8bd39a3cb661cf5b7b74417fce997f9f2a20 100644 (file)
@@ -457,8 +457,12 @@ acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context);
 #define OSC_SB_HOTPLUG_OST_SUPPORT             0x00000008
 #define OSC_SB_APEI_SUPPORT                    0x00000010
 #define OSC_SB_CPC_SUPPORT                     0x00000020
+#define OSC_SB_CPCV2_SUPPORT                   0x00000040
+#define OSC_SB_PCLPI_SUPPORT                   0x00000080
+#define OSC_SB_OSLPI_SUPPORT                   0x00000100
 
 extern bool osc_sb_apei_support_acked;
+extern bool osc_pc_lpi_support_confirmed;
 
 /* PCI Host Bridge _OSC: Capabilities DWORD 2: Support Field */
 #define OSC_PCI_EXT_CONFIG_SUPPORT             0x00000001
@@ -574,6 +578,11 @@ int acpi_reconfig_notifier_unregister(struct notifier_block *nb);
 
 struct fwnode_handle;
 
+static inline bool acpi_dev_found(const char *hid)
+{
+       return false;
+}
+
 static inline bool is_acpi_node(struct fwnode_handle *fwnode)
 {
        return false;
@@ -684,6 +693,14 @@ static inline bool acpi_driver_match_device(struct device *dev,
        return false;
 }
 
+static inline union acpi_object *acpi_evaluate_dsm(acpi_handle handle,
+                                                  const u8 *uuid,
+                                                  int rev, int func,
+                                                  union acpi_object *argv4)
+{
+       return NULL;
+}
+
 static inline int acpi_device_uevent_modalias(struct device *dev,
                                struct kobj_uevent_env *env)
 {