Commit f8a9307d authored by Adam Wujek's avatar Adam Wujek 💬

userspace/libwr: clean up of hwiu.c

Made static:
hwiu_read_word
parent 19ed9eb8
......@@ -11,7 +11,7 @@
#define hwiu_read(reg) \
_fpga_readl(FPGA_BASE_HWIU + offsetof(struct HWIU_WB, reg))
int hwiu_read_word(uint32_t adr, uint32_t *data)
static int hwiu_read_word(uint32_t adr, uint32_t *data)
{
uint32_t temp;
int timeout = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment