diff options
| author | Prabhakar Kushwaha <[email protected]> | 2015-03-19 09:20:46 -0700 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-04-23 08:55:17 -0700 |
| commit | c517771ae745dbba59112b8d311e41d37c0fc032 (patch) | |
| tree | 8d2f71791c245756470e77a5c0683d321ed4f56b /include | |
| parent | a2a55e518f81900ab1538656e5df8d2759ccb1fb (diff) | |
driver/ldpaa_eth: Add LDPAA Ethernet driver
LDPAA Ethernet driver is a freescale's new ethernet driver based on
Layerscape architecture.
Every ethernet driver controls on DPNI object. Where all DPNIs share
one common DPBP and DPIO object to support Rx and Tx flows.
Signed-off-by: Prabhakar Kushwaha <[email protected]>
CC: Cristian Sovaiala <[email protected]>
CC: Bogdan Hamciuc <[email protected]>
CC: J. German Rivera <[email protected]>
[York Sun: s/NetReceive/net_process_received_packet]
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fsl-mc/fsl_mc_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsl-mc/fsl_mc_private.h b/include/fsl-mc/fsl_mc_private.h index cf4b07918e7..9f0697851b7 100644 --- a/include/fsl-mc/fsl_mc_private.h +++ b/include/fsl-mc/fsl_mc_private.h @@ -16,6 +16,7 @@ #include <fsl-mc/fsl_mc_sys.h> #include <fsl-mc/fsl_mc_cmd.h> +#include <fsl-mc/fsl_dprc.h> #include <fsl-mc/fsl_dpbp.h> extern struct fsl_mc_io *dflt_mc_io; @@ -45,4 +46,5 @@ struct fsl_dpio_obj { extern struct fsl_dpio_obj *dflt_dpio; int mc_init(void); +int ldpaa_eth_init(struct dprc_obj_desc obj_desc); #endif /* _FSL_MC_PRIVATE_H_ */ |
