69/* Select what process should be polled when a global event occurs. Intended for the protocol handler. Applications should use usb_set_global_event_process */
70void usb_arch_set_global_event_process(struct process *p);
71
72unsignedint usb_arch_get_global_events(void);
73
74/* Return true if not all data has been sent to the host */