[usb] Allow client code to specify USB endpoint type.

This commit is contained in:
Gurjant Kalsi
2016-03-28 12:36:07 -07:00
parent 44e74f0486
commit 1fa7f2c977
5 changed files with 16 additions and 8 deletions

View File

@@ -236,7 +236,7 @@ status_t usbc_set_active(bool active)
return NO_ERROR;
}
status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width)
status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type)
{
PANIC_UNIMPLEMENTED;
}