[Voyageurs] Create an abstraction for managing TRBs.

This commit is contained in:
Drew Galbraith 2024-02-13 19:39:55 -08:00
parent 2228b5b52e
commit b41784b938
8 changed files with 78 additions and 40 deletions

5
sys/voyageurs/xhci/trb.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include "xhci/xhci.h"
XhciTrb CreateLinkTrb(uint64_t physical_address);