blob: 09b7fcdf6c2e2ceeac382c26ddbd2798c9ff36a8 [file] [log] [blame]
#ifndef DW3000_TESTMODE_H
#define DW3000_TESTMODE_H
#include <net/mcps802154.h>
#ifdef CONFIG_MCPS802154_TESTMODE
int dw3000_tm_cmd(struct mcps802154_llhw *llhw, void *data, int len);
#else
static inline int dw3000_tm_cmd(struct mcps802154_llhw *llhw, void *data,
int len)
{
return 0;
}
#endif /* CONFIG_MCPS802154_TESTMODE */
#endif /* DW3000_TESTMODE_H */