summaryrefslogtreecommitdiff
path: root/qcom/qrtr/src/addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'qcom/qrtr/src/addr.h')
-rw-r--r--qcom/qrtr/src/addr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/qcom/qrtr/src/addr.h b/qcom/qrtr/src/addr.h
new file mode 100644
index 0000000..524e335
--- /dev/null
+++ b/qcom/qrtr/src/addr.h
@@ -0,0 +1,8 @@
+#ifndef __ADDR_H_
+#define __ADDR_H_
+
+#include <stdint.h>
+
+void qrtr_set_address(uint32_t addr);
+
+#endif