osu: Add module name as prefix to exported functions 50/316050/4
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 9 Dec 2024 08:44:28 +0000 (17:44 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Thu, 2 Jan 2025 09:57:40 +0000 (18:57 +0900)
commit29774cf0270652ff3da0661cd0879689e95c68da
tree99c5b0d480273c98a91a0b4e92813d30b3708f2c
parent54b0d629ca2c3f3dd77ec53d249c863e14d9fd70
osu: Add module name as prefix to exported functions

Add module name as prefix to exported functions.
For example, do_get_board_param() is changed to board_params_getter_do_get_board_param()
by adding prefix of module name (board-params-getter.c).
In addition, add 'static' to function which is not exported to other files.

Change-Id: I8f38d530d13ec7ca8ca6a5b1bd76108b390c2468
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
tools/osu/board-params-getter.c
tools/osu/board-params-getter.h
tools/osu/board-params-setter.c
tools/osu/board-params-setter.h
tools/osu/osu.c
tools/osu/resize.c
tools/osu/resize.h
tools/osu/update.c
tools/osu/update.h