diff options
Diffstat (limited to 'include/dm/platform_data')
-rw-r--r-- | include/dm/platform_data/net_ethoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/platform_data/net_ethoc.h b/include/dm/platform_data/net_ethoc.h index 1d8c73c037..3f94bde7b2 100644 --- a/include/dm/platform_data/net_ethoc.h +++ b/include/dm/platform_data/net_ethoc.h @@ -13,6 +13,7 @@ struct ethoc_eth_pdata { struct eth_pdata eth_pdata; + phys_addr_t packet_base; }; #endif |