Skip to content

Commit 673f69a

Browse files
committed
Remove unreferenced BATTBUS_PLUGIN_HARDWARE struct.
1 parent 95ca556 commit 673f69a

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

simbatt/func/simbattdriverif.h

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -69,37 +69,6 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID,
6969
// Data structure used in PlugIn and UnPlug ioctls
7070
//
7171

72-
typedef struct _BATTBUS_PLUGIN_HARDWARE
73-
{
74-
//
75-
// Size of this type.
76-
//
77-
78-
ULONG Size;
79-
80-
//
81-
// Unique serial number of the device to be enumerated.
82-
// Enumeration will be failed if another device on the
83-
// bus has the same serial number.
84-
//
85-
86-
ULONG SerialNo;
87-
88-
//
89-
// UI number.
90-
//
91-
92-
ULONG UINumber;
93-
94-
//
95-
// Type of device being enumerated
96-
//
97-
// Reserved value, set to 0.
98-
//
99-
100-
ULONG Type;
101-
102-
} BATTBUS_PLUGIN_HARDWARE, *PBATTBUS_PLUGIN_HARDWARE;
10372

10473
typedef struct _BATTBUS_UNPLUG_HARDWARE
10574
{

0 commit comments

Comments
 (0)