summaryrefslogtreecommitdiff
path: root/qm35.h
diff options
context:
space:
mode:
Diffstat (limited to 'qm35.h')
-rw-r--r--qm35.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qm35.h b/qm35.h
index f8592c1..02796ac 100644
--- a/qm35.h
+++ b/qm35.h
@@ -83,6 +83,7 @@ static inline int qm35_reset(struct qm35_ctx *qm35_hdl, int timeout_ms)
return -ENODEV;
}
+int qm_get_dev_id(struct qm35_ctx *qm35_hdl, uint16_t *dev_id);
int qm_get_soc_id(struct qm35_ctx *qm35_hdl, uint8_t *soc_id);
void qm35_hsspi_start(struct qm35_ctx *qm35_hdl);