EHCI: Cleanup member declaration order to match definition.
This commit is contained in:
@@ -69,9 +69,10 @@ public:
|
|||||||
DebugTransfer *transfer);
|
DebugTransfer *transfer);
|
||||||
|
|
||||||
virtual status_t SubmitTransfer(Transfer *transfer);
|
virtual status_t SubmitTransfer(Transfer *transfer);
|
||||||
|
status_t SubmitIsochronous(Transfer *transfer);
|
||||||
|
|
||||||
virtual status_t CancelQueuedTransfers(Pipe *pipe, bool force);
|
virtual status_t CancelQueuedTransfers(Pipe *pipe, bool force);
|
||||||
status_t CancelQueuedIsochronousTransfers(Pipe *pipe, bool force);
|
status_t CancelQueuedIsochronousTransfers(Pipe *pipe, bool force);
|
||||||
status_t SubmitIsochronous(Transfer *transfer);
|
|
||||||
|
|
||||||
virtual status_t NotifyPipeChange(Pipe *pipe,
|
virtual status_t NotifyPipeChange(Pipe *pipe,
|
||||||
usb_change change);
|
usb_change change);
|
||||||
|
|||||||
Reference in New Issue
Block a user