Cleanup data types

This commit is contained in:
2023-01-09 23:07:21 +01:00
parent 12b8c5f539
commit bac7af8a33
3 changed files with 5 additions and 10 deletions

View File

@@ -59,7 +59,8 @@
#define PCI_STATUS_DETECTED_PARITY_ERROR 0x8000
/* PCI and PCI-E common header structure */
typedef struct _PCI_COMMON_HEADER {
typedef struct _PCI_COMMON_HEADER
{
USHORT VendorId;
USHORT DeviceId;
USHORT Command;