1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47:35 +00:00

Kernel/USB: Move USB related files to into specific directory

As the USB/UHCI driver grows in size, it'll be much cleaner to have
all of the USB related files in one folder where they can be easily
accessed :^)
This commit is contained in:
Jesse Buhagiar 2020-11-10 16:52:13 +11:00 committed by Andreas Kling
parent 8b6db78aa7
commit 0dbb9361b8
4 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <Kernel/Devices/UHCIController.h>
#include <Kernel/Devices/USB/UHCIController.h>
#define UHCI_ENABLED 0