1 #ifndef __ADDR_H_
2 #define __ADDR_H_
3 
4 #include <stdint.h>
5 
6 void qrtr_set_address(uint32_t addr);
7 
8 #endif
9