Commit 0fbd5d41 authored by Adam Wujek's avatar Adam Wujek

include/wrc_global: add pointer to board_specific data

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 39cb8a56
......@@ -27,6 +27,9 @@ struct wrc_global {
volatile struct softpll_state *softpll;
struct spll_fifo_log *pll_fifo;
void * config;
/* Pointer to the board specific data. Use wrc_hw_name to identify
* a board */
void * board_specific;
};
extern struct wrc_global_link wrc_global_link;
......
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