/* Cesar project {{{ * * Copyright (C) 2010 Spidcom * * <<>> * * }}} */ /** * \file bsu/test/utest/src/pbproc_stub.c * \brief BSU unit tests * \ingroup bsu */ #include "common/std.h" #include "mac/pbproc/pbproc.h" void pbproc_mfs_remove_all (mfs_tx_t *mfs) { if (mfs->head) blk_release_desc ((blk_t*) mfs->head); } void pbproc_beacon_detected (pbproc_t *pbproc, u32 detect_expiration_date) { }