/* device.h
 */


int dev_send_cmd(byte *buf, int n);
int dev_send_frame(byte *buf, int n);
int dev_recv_frame(byte *buf);
int device_init(int argc, char **argv);

