81/* Select what process should be polled when a global event occurs. Intended for the protocol handler. Applications should use usb_set_global_event_process */
82void
83usb_arch_set_global_event_process(struct process *p);
84
85unsignedint
86usb_arch_get_global_events(void);
87
88/* Return true if not all data has been sent to the host */