[3/5] fd passing: remove unnecessary functions moved to Lib 97/160897/1
authorSegwon <segwon.han@samsung.com>
Mon, 20 Nov 2017 11:04:56 +0000 (20:04 +0900)
committerSegwon <segwon.han@samsung.com>
Mon, 20 Nov 2017 11:04:56 +0000 (20:04 +0900)
commit3b5d4cf26b8e20912db68bba113ab23ced884208
tree203de555a0a7c7c17182aa6fb00a0974bdf347d9
parent54ca31c1a1fa7523ab0dded17265f807fdac947b
[3/5] fd passing: remove unnecessary functions moved to Lib

 - I/O patch: https://review.tizen.org/gerrit/#/c/159779/

Change-Id: Ie297b0400b48f1fb17e9a3500fb94a928c1bc2b0
Signed-off-by: Segwon <segwon.han@samsung.com>
20 files changed:
src/daemon/include/peripheral_bus_gpio.h
src/daemon/include/peripheral_bus_i2c.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_gpio.c
src/daemon/peripheral_bus_i2c.c
src/daemon/peripheral_bus_pwm.c
src/daemon/peripheral_bus_spi.c
src/daemon/peripheral_bus_uart.c
src/interface/gpio.c
src/interface/i2c.c
src/interface/include/gpio.h
src/interface/include/i2c.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