Add basic xHCI driver and USB devices enumeration

This commit is contained in:
2026-08-07 21:11:08 +03:00
parent a2128de3e2
commit 4813725cf3
12 changed files with 721 additions and 117 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include "src/kernel/stream.h"
#include <stdint.h>
void usb_init();
void usb_enumerate(stream_t *out);