[Voyageurs] Move NormalTrb generation into helper func.
This commit is contained in:
parent
e6b232851e
commit
3c1e435e04
3 changed files with 17 additions and 12 deletions
|
|
@ -29,6 +29,7 @@ enum class TrbType : uint8_t {
|
|||
|
||||
TrbType GetType(const XhciTrb& trb);
|
||||
|
||||
XhciTrb CreateNormalTrb(uint64_t physical_address, uint8_t size);
|
||||
XhciTrb CreateLinkTrb(uint64_t physical_address);
|
||||
|
||||
XhciTrb CreateEnableSlotTrb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue