summaryrefslogtreecommitdiff
path: root/Kernel/Bus/USB/USBHub.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Bus/USB/USBHub.h')
-rw-r--r--Kernel/Bus/USB/USBHub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Bus/USB/USBHub.h b/Kernel/Bus/USB/USBHub.h
index aaefe513d4..6108bf8828 100644
--- a/Kernel/Bus/USB/USBHub.h
+++ b/Kernel/Bus/USB/USBHub.h
@@ -96,9 +96,9 @@ public:
private:
// Root Hub constructor
- Hub(NonnullLockRefPtr<USBController>, DeviceSpeed, NonnullOwnPtr<Pipe> default_pipe);
+ Hub(NonnullLockRefPtr<USBController>, DeviceSpeed, NonnullOwnPtr<ControlPipe> default_pipe);
- Hub(Device const&, NonnullOwnPtr<Pipe> default_pipe);
+ Hub(Device const&, NonnullOwnPtr<ControlPipe> default_pipe);
USBHubDescriptor m_hub_descriptor {};