1 #ifndef __PHYSBUSIF_H__
2 #define __PHYSBUSIF_H__
6 typedef struct _usb_p usb_p
;
7 typedef s32 (*pbcallback
)(s32 state
,s32 result
,usb_p
*usb
);
23 void physbusif_init();
24 void physbusif_close();
25 void physbusif_shutdown();
26 void physbusif_reset_all();
27 void physbusif_output(struct pbuf
*p
,u16_t len
);