From eed8544a0d6ab5e909ed5603c6e988190adca3c7 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 8 Mar 2010 18:12:59 -0500 Subject: [PATCH] rx callback --- lib/include/maca.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/include/maca.h b/lib/include/maca.h index c2c5c26c8..4abbdd788 100644 --- a/lib/include/maca.h +++ b/lib/include/maca.h @@ -124,6 +124,8 @@ volatile packet_t* get_free_packet(void); void free_packet(volatile packet_t *p); void free_all_packets(void); +extern void maca_rx_callback(volatile packet_t *p) __attribute__((weak)); + /******************************************************************************/ /* everything under this comment is messy, needs cleaning, and will */ /* probably change in the future */