1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 13:27:36 +00:00
serenity/Kernel/Bus/USB/UHCI
sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access
This commit moves the KResult and KResultOr objects to Kernel/API to
signify that they may now be freely used by userspace code at points
where a syscall-related error result is to be expected. It also exposes
KResult and KResultOr to the global namespace to make it nicer to use
for userspace code.
2021-09-05 12:54:48 +02:00
..
UHCIController.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
UHCIController.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
UHCIDescriptorPool.h Kernel/USB: Harden Descriptor memory allocation 2021-08-19 18:42:07 +02:00
UHCIDescriptorTypes.h Kernel/USB: Remove unused free function from QueueHead 2021-08-19 18:42:07 +02:00
UHCIRootHub.cpp Kernel/USB: Move UHCI related structures to subdirectory 2021-08-19 18:42:07 +02:00
UHCIRootHub.h AK+Kernel: Move KResult.h to Kernel/API for userspace access 2021-09-05 12:54:48 +02:00