diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 22:07:12 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 22:07:12 +0000 |
| commit | 577858c836e6bedd9e8c7a3a505590be928f44ee (patch) | |
| tree | bfeae6e998c74915069867db345ae694fab5fa5b /sys/dev/mpr/mpr_ioctl.h | |
| parent | 742c5f2014b22c7e9f83f5d088a4e3bb0ace4501 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mpr/mpr_ioctl.h')
| -rw-r--r-- | sys/dev/mpr/mpr_ioctl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/mpr/mpr_ioctl.h b/sys/dev/mpr/mpr_ioctl.h index f81d01c7ad486..d449ec169b00a 100644 --- a/sys/dev/mpr/mpr_ioctl.h +++ b/sys/dev/mpr/mpr_ioctl.h @@ -170,7 +170,6 @@ typedef struct mpr_adapter_data mpr_pci_bits_t PciInformation; } mpr_adapter_data_t; - typedef struct mpr_update_flash { uint64_t PtrBuffer; @@ -180,7 +179,6 @@ typedef struct mpr_update_flash uint32_t ImageType; } mpr_update_flash_t; - #define MPR_PASS_THRU_DIRECTION_NONE 0 #define MPR_PASS_THRU_DIRECTION_READ 1 #define MPR_PASS_THRU_DIRECTION_WRITE 2 @@ -200,7 +198,6 @@ typedef struct mpr_pass_thru uint32_t Timeout; } mpr_pass_thru_t; - /* * Event queue defines */ @@ -235,7 +232,6 @@ typedef struct mpr_event_report uint64_t PtrEvents; } mpr_event_report_t; - typedef struct mpr_pci_info { uint32_t BusNumber; @@ -245,7 +241,6 @@ typedef struct mpr_pci_info uint8_t PciHeader[256]; } mpr_pci_info_t; - typedef struct mpr_diag_action { uint32_t Action; @@ -278,7 +273,6 @@ typedef struct mpr_diag_action #define MPR_FW_DIAG_ERROR_NO_BUFFER (0x00000013) #define MPR_FW_DIAG_ERROR_ALREADY_RELEASED (0x00000014) - typedef struct mpr_fw_diag_register { uint8_t ExtendedType; |
