mirror of
https://github.com/linux-msm/qmic.git
synced 2024-11-23 09:44:06 +08:00
QMI IDL compiler
fad43b91d2
The first token id is given the value 256. This ensures it is outside the range of any valid character. But we don't allow non-ASCII characters on input, so we can use 128 as the first non-character token id value. Represent this as (CHAR_MAX + 1), to make explicit the reason this value is chosen. Give the enumerated type representing token ids a name. Signed-off-by: Alex Elder <elder@linaro.org> Message-Id: <20211001232338.769309-12-elder@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> |
||
---|---|---|
.gitignore | ||
accessor.c | ||
kernel.c | ||
LICENSE | ||
list.h | ||
Makefile | ||
parser.c | ||
qmi_tlv.c | ||
qmic.c | ||
qmic.h |