summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/inc/sar.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/inc/sar.h')
-rw-r--r--cesar/mac/sar/inc/sar.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cesar/mac/sar/inc/sar.h b/cesar/mac/sar/inc/sar.h
index f877c85795..c40f7c0e13 100644
--- a/cesar/mac/sar/inc/sar.h
+++ b/cesar/mac/sar/inc/sar.h
@@ -14,9 +14,6 @@
* \ingroup mac/sar/inc
*
*/
-#include <cyg/hal/hal_arch.h>
-#include <cyg/kernel/kapi.h>
-
#define SAR_MPDU_RX_REFILL 1
/**
@@ -122,13 +119,6 @@ void
sar_rx_mfs_process (sar_t *ctx, mfs_rx_t * mfs,
sar_reassembly_ctx_t *rea_ctx);
-/**
- * SAR thread entry function.
- * \param data the SAR context.
- */
-void
-sar_process (cyg_addrword_t data);
-
END_DECLS
#endif /* MAC_SAR_INC_SAR_H_ */