mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
Kernel: Renable UHCIController on 64-bit processors
This commit is contained in:
parent
7ba3c22931
commit
0b04363b01
Notes:
sideshowbarker
2024-07-18 21:13:19 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 0b04363b01
Pull-request: https://github.com/SerenityOS/serenity/pull/5679
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg
4 changed files with 31 additions and 41 deletions
|
@ -29,16 +29,13 @@
|
|||
|
||||
#include <AK/Platform.h>
|
||||
|
||||
// FIXME: This should not be i386-specific.
|
||||
#if ARCH(I386)
|
||||
|
||||
# include <AK/NonnullOwnPtr.h>
|
||||
# include <Kernel/Devices/USB/UHCIDescriptorTypes.h>
|
||||
# include <Kernel/IO.h>
|
||||
# include <Kernel/PCI/Device.h>
|
||||
# include <Kernel/Process.h>
|
||||
# include <Kernel/Time/TimeManagement.h>
|
||||
# include <Kernel/VM/ContiguousVMObject.h>
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <Kernel/Devices/USB/UHCIDescriptorTypes.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <Kernel/PCI/Device.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Time/TimeManagement.h>
|
||||
#include <Kernel/VM/ContiguousVMObject.h>
|
||||
|
||||
namespace Kernel::USB {
|
||||
|
||||
|
@ -105,4 +102,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue