summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/dls.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/dls.h')
-rw-r--r--usr/src/uts/common/sys/dls.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/dls.h b/usr/src/uts/common/sys/dls.h
index 12f9a6a8a2..f43cb816de 100644
--- a/usr/src/uts/common/sys/dls.h
+++ b/usr/src/uts/common/sys/dls.h
@@ -91,10 +91,11 @@ extern int dls_multicst_add(dls_channel_t, const uint8_t *);
extern int dls_multicst_remove(dls_channel_t, const uint8_t *);
extern mblk_t *dls_header(dls_channel_t, const uint8_t *, uint16_t, uint_t,
- mblk_t *);
+ mblk_t **);
extern int dls_header_info(dls_channel_t, mblk_t *, mac_header_info_t *);
-typedef void (*dls_rx_t)(void *, mac_resource_handle_t, mblk_t *, size_t);
+typedef void (*dls_rx_t)(void *, mac_resource_handle_t, mblk_t *,
+ mac_header_info_t *);
extern void dls_rx_set(dls_channel_t, dls_rx_t, void *);