N64FlashcartMenu
Loading...
Searching...
No Matches
usb_comm.h
Go to the documentation of this file.
1
10#ifndef USB_COMM_H__
11#define USB_COMM_H__
12
13#include "menu_state.h"
14
15#ifndef NDEBUG
24void usb_comm_poll(menu_t *menu);
25#else
34#define usb_comm_poll(menu)
35#endif
36
37#endif /* USB_COMM_H__ */
Menu State.
Menu Structure.
Definition menu_state.h:64
void usb_comm_poll(menu_t *menu)
Poll the USB communication subsystem.
Definition usb_comm.c:136