mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Kernel/USB: Move USB classes into USB
namespace
The entire USB spec involves more than just UHCI, so let's put everything into it's own nice namespace :^)
This commit is contained in:
parent
0dbb9361b8
commit
33d73c600c
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <Kernel/IO.h>
|
||||
#include <Kernel/PCI/Device.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace Kernel::USB {
|
||||
|
||||
class UHCIController final : public PCI::Device {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue