nuttx/drivers/wireless/ieee80211/bcmf_sdpcm.h

16 lines
560 B
C
Raw Normal View History

#ifndef __DRIVERS_WIRELESS_IEEE80211_BCMF_SDPCM_H
#define __DRIVERS_WIRELESS_IEEE80211_BCMF_SDPCM_H
#include "bcmf_driver.h"
int bcmf_sdpcm_readframe(FAR struct bcmf_dev_s *priv);
2017-04-16 11:28:08 +02:00
int bcmf_sdpcm_sendframe(FAR struct bcmf_dev_s *priv);
int bcmf_sdpcm_queue_frame(FAR struct bcmf_dev_s *priv,
struct bcmf_frame_s *frame);
2017-04-22 15:57:51 +02:00
struct bcmf_frame_s* bcmf_sdpcm_allocate_frame(FAR struct bcmf_dev_s *priv,
unsigned int len, bool control, bool block);
#endif /* __DRIVERS_WIRELESS_IEEE80211_BCMF_SDPCM_H */