blob: 524e335bb05a3a1b7519e33b45c2262b96c9c1db [file] [log] [blame]
Amit Pundird477f822020-02-07 22:26:08 +05301#ifndef __ADDR_H_
2#define __ADDR_H_
3
4#include <stdint.h>
5
6void qrtr_set_address(uint32_t addr);
7
8#endif