acadia/sys/voyageurs/xhci/trb.h

9 lines
152 B
C
Raw Normal View History

#pragma once
#include "xhci/xhci.h"
XhciTrb CreateLinkTrb(uint64_t physical_address);
XhciTrb CreateEnableSlotTrb();
XhciTrb CreateNoOpCommandTrb();