mirror of
https://github.com/linux-msm/qmic.git
synced 2026-02-25 13:11:34 -08:00
qmic: Add missing string type in structs
Structs can contain strings, we still don't encode and decode these but this change makes the generated header file compilable. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
@@ -7,6 +7,7 @@ static const char *sz_simple_types[] = {
|
||||
[TYPE_U16] = "uint16_t",
|
||||
[TYPE_U32] = "uint32_t",
|
||||
[TYPE_U64] = "uint64_t",
|
||||
[TYPE_STRING] = "char *",
|
||||
};
|
||||
|
||||
struct qmi_struct_member {
|
||||
|
||||
Reference in New Issue
Block a user