summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/beatnik/include/bsp/if_mve_pub.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/beatnik/include/bsp/if_mve_pub.h')
-rw-r--r--bsps/powerpc/beatnik/include/bsp/if_mve_pub.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/powerpc/beatnik/include/bsp/if_mve_pub.h b/bsps/powerpc/beatnik/include/bsp/if_mve_pub.h
index 0a84310d72..46cc4ccd23 100644
--- a/bsps/powerpc/beatnik/include/bsp/if_mve_pub.h
+++ b/bsps/powerpc/beatnik/include/bsp/if_mve_pub.h
@@ -243,6 +243,10 @@ BSP_mve_stop_hw(struct mveth_private *mp);
int
BSP_mve_detach(struct mveth_private *mp);
+int
+BSP_mve_send_buf_raw(struct mveth_private *mp, void *head_p, int h_len,
+ void *data_p, int d_len);
+
/*
* Enqueue a mbuf chain or a raw data buffer for transmission;
* RETURN: #bytes sent or -1 if there are not enough free descriptors