Files
qrtr/src/addr.h
Eric Caruso 516011d79f cfg, ns: factor out qrtr_set_address function
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>
2018-05-01 11:49:23 -07:00

9 lines
104 B
C

#ifndef __ADDR_H_
#define __ADDR_H_
#include <stdint.h>
void qrtr_set_address(uint32_t addr);
#endif