host_communication/card_emu: adapt to nwe req_ctx / queuing paradignm

This commit is contained in:
Harald Welte
2016-02-29 14:12:40 +01:00
parent f672e9d63a
commit 54cb3d017f
6 changed files with 71 additions and 18 deletions

View File

@@ -92,7 +92,8 @@ extern void MITM_run( void );
void Timer_Init( void );
void TC0_Counter_Reset( void );
int usb_to_host(void);
int usb_from_host(int ep);
struct llist_head;
int usb_refill_to_host(struct llist_head *queue, uint32_t ep);
int usb_refill_from_host(struct llist_head *queue, int ep);
#endif /* SIMTRACE_H */