acadia/sys/voyageurs/xhci/trb.h
2024-02-22 13:25:49 -08:00

8 lines
152 B
C

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