]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/dm/platform_data/net_ethoc.h
net/ethoc: support private memory configurations
[people/ms/u-boot.git] / include / dm / platform_data / net_ethoc.h
index 1d8c73c037f950ee76e6a38ad7516b96c1e7bd64..3f94bde7b26295413c03b4d998988763819061a7 100644 (file)
@@ -13,6 +13,7 @@
 
 struct ethoc_eth_pdata {
        struct eth_pdata eth_pdata;
+       phys_addr_t packet_base;
 };
 
 #endif