summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlokilee73 <changjoo.lee@samsung.com>2018-09-18 14:54:21 +0900
committerlokilee73 <changjoo.lee@samsung.com>2018-09-18 14:54:25 +0900
commitc2449fb54e75c6bd629d86d01a244df6db8a34bb (patch)
tree580ca56fe6494b88cfcd1d23d307fc5f30b873a3
parent5d9bf51beacf579a48ed918fe3a955acc85513d4 (diff)
downloadlibdevice-node-c2449fb54e75c6bd629d86d01a244df6db8a34bb.tar.gz
libdevice-node-c2449fb54e75c6bd629d86d01a244df6db8a34bb.tar.bz2
libdevice-node-c2449fb54e75c6bd629d86d01a244df6db8a34bb.zip
Change-Id: If2096cbf5860b783a9a9add98ca8f3a2fa1783a2 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
-rwxr-xr-x[-rw-r--r--]hw/led.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/led.h b/hw/led.h
index 69c6c10..2351101 100644..100755
--- a/hw/led.h
+++ b/hw/led.h
@@ -68,6 +68,12 @@ struct led_device {
* Set led state
*/
int (*set_state)(struct led_state *state);
+
+ /**
+ * Get led number
+ */
+ int (*get_number)(void);
+
};
#endif