commit | 15f456bed9d74986f3ec081c0ec39befae270620 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Thu Oct 31 20:16:06 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Thu Oct 31 20:16:06 2024 +0800 |
tree | ede479bc942b5098ebf0fd335f71e66005b9bdbe | |
parent | 01e398246da340e4000453f6ebd22eed83a4da05 [diff] [blame] |
Add ril v2 support. Change-Id: I14f4d5f3650f0d397c38a72e8bea2600c17b07de
diff --git a/mbtk/libmbtk_lib_v2/common/mbtk_gpio.c b/mbtk/libmbtk_lib_v2/common/mbtk_gpio.c index 0116f60..d80b014 100755 --- a/mbtk/libmbtk_lib_v2/common/mbtk_gpio.c +++ b/mbtk/libmbtk_lib_v2/common/mbtk_gpio.c
@@ -12,7 +12,7 @@ #include "mbtk_gpio.h" -static int gpio_export(int gpio) +int gpio_export(int gpio) { int fd = -1; char buffer[50]; @@ -44,7 +44,7 @@ return 0; } -static int gpio_unexport(int gpio) +int gpio_unexport(int gpio) { int fd = -1; char buffer[50];