mirror of
https://github.com/linux-msm/qrtr.git
synced 2025-12-24 22:19:15 +01:00
This function in qrtr-ns was largely copied from the main function of qrtr-cfg. We should just factor it out so there is one implementation instead. Signed-off-by: Eric Caruso <ejcaruso@chromium.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
9 lines
104 B
C
9 lines
104 B
C
#ifndef __ADDR_H_
|
|
#define __ADDR_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void qrtr_set_address(uint32_t addr);
|
|
|
|
#endif
|