mirror of
https://github.com/linux-msm/rmtfs.git
synced 2024-11-23 12:14:12 +08:00
Qualcomm Remote Filesystem Service Implementation
0d00985e5e
Building rmtfs on AOSP, we see a lot of the following: warning: arithmetic on a pointer to void is a GNU extension Fix this by casting the void* ptrs to char* when doing pointer arithmatic. Signed-off-by: John Stultz <john.stultz@linaro.org> [AmitP: Fixed cherry-pick conflicts and updated commit log] Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> |
||
---|---|---|
.gitignore | ||
Android.bp | ||
LICENSE | ||
Makefile | ||
qmi_rmtfs.c | ||
qmi_rmtfs.h | ||
qmi_rmtfs.qmi | ||
qmi_tlv.c | ||
rmtfs.c | ||
rmtfs.h | ||
rmtfs.service.in | ||
rproc.c | ||
sharedmem.c | ||
storage.c | ||
util.c | ||
util.h |