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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/Bus/USB/USBHub.h b/Kernel/Bus/USB/USBHub.h
index 5ba10c9b0c..80ea4f6ba9 100644
--- a/Kernel/Bus/USB/USBHub.h
+++ b/Kernel/Bus/USB/USBHub.h
@@ -102,6 +102,8 @@ private:
USBHubDescriptor m_hub_descriptor;
Device::List m_children;
+
+ void remove_children_from_sysfs();
};
}