blob: 2e7efb7a1488c05871071aa1a2f1f3551fd0f39e [file] [log] [blame]
#ifndef __RAWSOCK_H__
#define __RAWSOCK_H__
void rawsock_init(void);
void rawsock_send(void);
u16_t rawsock_poll(void);
#endif /* __RAWSOCK_H__ */