summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/device-node.h1
-rw-r--r--include/devman_plugin_intf.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/include/device-node.h b/include/device-node.h
index 935bc18..60caccd 100644
--- a/include/device-node.h
+++ b/include/device-node.h
@@ -115,6 +115,7 @@ enum {
enum {
PROP_LED_BRIGHTNESS,
PROP_LED_MAX_BRIGHTNESS,
+ PROP_LED_HARDKEY,
};
/**
diff --git a/include/devman_plugin_intf.h b/include/devman_plugin_intf.h
index 15e88af..c4e0587 100644
--- a/include/devman_plugin_intf.h
+++ b/include/devman_plugin_intf.h
@@ -168,6 +168,9 @@ typedef struct {
int (*OEM_sys_get_hdmi_support) (int *value);
+
+ int (*OEM_sys_get_hardkey_backlight) (int *value);
+ int (*OEM_sys_set_hardkey_backlight) (int value);
} OEM_sys_devman_plugin_interface;
const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_interface();