summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/zerocopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/zerocopy.h')
-rw-r--r--rtemsbsd/include/rtems/bsd/zerocopy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtemsbsd/include/rtems/bsd/zerocopy.h b/rtemsbsd/include/rtems/bsd/zerocopy.h
index b15333c4..339e7a42 100644
--- a/rtemsbsd/include/rtems/bsd/zerocopy.h
+++ b/rtemsbsd/include/rtems/bsd/zerocopy.h
@@ -53,8 +53,7 @@ struct mbuf *rtems_bsd_m_get(int how, short type);
struct mbuf *rtems_bsd_m_gethdr(int how, short type);
void rtems_bsd_m_extaddref(struct mbuf *m, void *buf, size_t size,
- u_int *ref_cnt, void (*freef)(void *, void *), void *arg1,
- void *arg2);
+ u_int *ref_cnt, m_ext_free_t *freef, void *arg1, void *arg2);
void rtems_bsd_m_free(struct mbuf *m);