summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Orderud <[email protected]>2024-08-22 12:15:38 +0200
committerFredrik Orderud <[email protected]>2024-08-22 12:15:38 +0200
commit700a917f0ddd4e8489bbafc18f6326811ae91625 (patch)
tree5ba7f6b40f33f3fcd67bc30a1d1a3a95925d0b2e
parent673f69a6a755f17a2fb7afd1627cb8890073e4e8 (diff)
Remove unreferenced BATTBUS_UNPLUG_HARDWARE struct.
-rw-r--r--simbatt/func/simbattdriverif.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/simbatt/func/simbattdriverif.h b/simbatt/func/simbattdriverif.h
index f0ceb017..bb617ebe 100644
--- a/simbatt/func/simbattdriverif.h
+++ b/simbatt/func/simbattdriverif.h
@@ -62,33 +62,3 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID,
#define IOCTL_SIMBATT_SET_UNIQUE_ID SIMBATT_IOCTL(0x809)
#define IOCTL_SIMBATT_GET_MAXCHARGINGCURRENT SIMBATT_IOCTL(0x810)
#define SIMBATT_RATE_CALCULATE 0x7fffffff
-
-//------------------------------------------------------------------- Data Types
-
-//
-// Data structure used in PlugIn and UnPlug ioctls
-//
-
-
-typedef struct _BATTBUS_UNPLUG_HARDWARE
-{
- //
- // size of this type
- //
-
- ULONG Size;
-
- //
- // Serial number of the device to be unplugged.
- //
-
- ULONG SerialNo;
-
- //
- // Must not be referenced used.
- //
-
- ULONG Reserved[2];
-
-} BATTBUS_UNPLUG_HARDWARE, *PBATTBUS_UNPLUG_HARDWARE;
-