From: Seung-Woo Kim Date: Tue, 10 Mar 2020 06:19:31 +0000 (+0900) Subject: tizen: declare tizen_board_key_scan() to remove implicit declaration X-Git-Tag: submit/tizen/20200310.094626~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19975dbe8018ceddf6d435f7dd7a9b1e45c7a431;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git tizen: declare tizen_board_key_scan() to remove implicit declaration Add declaration of tizen_board_key_scan() to remove implicit declaration of function warning. Change-Id: I9b2e3248fb936e21c8a99d08e9dee888e9bbe1a1 Signed-off-by: Seung-Woo Kim --- diff --git a/property/tizen_misc.h b/property/tizen_misc.h index 3365c96..059a615 100644 --- a/property/tizen_misc.h +++ b/property/tizen_misc.h @@ -37,4 +37,5 @@ unsigned int tizen_get_jig_state(void); enum tizen_pm_state check_pm_status(void); unsigned int tizen_get_part_num(const char *part_name); unsigned int tizen_get_part_info(const char *name, struct thor_part_info *info); +unsigned int tizen_board_key_scan(void); #endif