name: sync functions name with changed apis name. 99/151599/1
authorSegwon <segwon.han@samsung.com>
Thu, 21 Sep 2017 08:38:17 +0000 (17:38 +0900)
committerSegwon <segwon.han@samsung.com>
Thu, 21 Sep 2017 08:39:37 +0000 (17:39 +0900)
commitdb307fc5c408647d0760e3f5320fe894c74c23e5
treea65042e093d64ed83389c7248b7391bcb37736d3
parent1bdfe646f03f6a95242406f1f53a0bf5f93f44ed
name: sync functions name with changed apis name.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I093f4eb46c396d91de3caab7a97571f34dd0d79a
27 files changed:
src/daemon/include/peripheral_bus.h
src/daemon/include/peripheral_bus_gdbus_gpio.h
src/daemon/include/peripheral_bus_gdbus_pwm.h
src/daemon/include/peripheral_bus_gdbus_spi.h
src/daemon/include/peripheral_bus_gdbus_uart.h
src/daemon/include/peripheral_bus_gpio.h
src/daemon/include/peripheral_bus_pwm.h
src/daemon/include/peripheral_bus_spi.h
src/daemon/include/peripheral_bus_uart.h
src/daemon/peripheral_bus.c
src/daemon/peripheral_bus_gdbus_gpio.c
src/daemon/peripheral_bus_gdbus_pwm.c
src/daemon/peripheral_bus_gdbus_spi.c
src/daemon/peripheral_bus_gdbus_uart.c
src/daemon/peripheral_bus_gpio.c
src/daemon/peripheral_bus_pwm.c
src/daemon/peripheral_bus_spi.c
src/daemon/peripheral_bus_uart.c
src/daemon/peripheral_io.xml
src/interface/gpio.c
src/interface/include/gpio.h
src/interface/include/pwm.h
src/interface/include/spi.h
src/interface/include/uart.h
src/interface/pwm.c
src/interface/spi.c
src/interface/uart.c