aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/templates/mac_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/templates/mac_lld.h')
-rw-r--r--os/io/templates/mac_lld.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/os/io/templates/mac_lld.h b/os/io/templates/mac_lld.h
index f2eda28bd..c88c1bf99 100644
--- a/os/io/templates/mac_lld.h
+++ b/os/io/templates/mac_lld.h
@@ -59,9 +59,7 @@ extern "C" {
void mac_lld_stop(void);
MACTransmitDescriptor *max_lld_get_transmit_descriptor(void);
void mac_lld_release_transmit_descriptor(MACTransmitDescriptor *tdp);
- void mac_lld_add_transmit_data(MACTransmitDescriptor *tdp,
- uint8_t *buf,
- size_t size);
+ uint8_t *mac_lld_get_transmit_buffer(MACTransmitDescriptor *tdp);
#ifdef __cplusplus
}
#endif