mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
usb: HCCA structure
This commit is contained in:
@@ -76,6 +76,15 @@ typedef struct
|
||||
} usb_desc_conf_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t HccaInterrruptTable[32];
|
||||
uint16_t HccaFrameNumber;
|
||||
uint16_t HccaPad1;
|
||||
uint32_t HccaDoneHead;
|
||||
uint32_t Reserved[29];
|
||||
} usb_hcca_t;
|
||||
|
||||
/* USB endpoint device struct. Incomplete and unused. */
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user