diff options
| author | Fredrik Orderud <[email protected]> | 2024-08-22 12:14:53 +0200 |
|---|---|---|
| committer | Fredrik Orderud <[email protected]> | 2024-08-22 12:14:53 +0200 |
| commit | 673f69a6a755f17a2fb7afd1627cb8890073e4e8 (patch) | |
| tree | 769d7836a1eff6065f907c6067093068410e0b2a | |
| parent | 95ca556121fcf891edcdd162b95b507e8f6c81cb (diff) | |
Remove unreferenced BATTBUS_PLUGIN_HARDWARE struct.
| -rw-r--r-- | simbatt/func/simbattdriverif.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/simbatt/func/simbattdriverif.h b/simbatt/func/simbattdriverif.h index ac9fab96..f0ceb017 100644 --- a/simbatt/func/simbattdriverif.h +++ b/simbatt/func/simbattdriverif.h @@ -69,37 +69,6 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID, // Data structure used in PlugIn and UnPlug ioctls // -typedef struct _BATTBUS_PLUGIN_HARDWARE -{ - // - // Size of this type. - // - - ULONG Size; - - // - // Unique serial number of the device to be enumerated. - // Enumeration will be failed if another device on the - // bus has the same serial number. - // - - ULONG SerialNo; - - // - // UI number. - // - - ULONG UINumber; - - // - // Type of device being enumerated - // - // Reserved value, set to 0. - // - - ULONG Type; - -} BATTBUS_PLUGIN_HARDWARE, *PBATTBUS_PLUGIN_HARDWARE; typedef struct _BATTBUS_UNPLUG_HARDWARE { |
