Skip to content

Commit c9de412

Browse files
committed
Remove unreferenced battery bus GUID and IOCTL calls.
1 parent 700a917 commit c9de412

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

simbatt/func/simbattdriverif.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ Module Name:
2525

2626
//------------------------------------------------------------------ Definitions
2727

28-
//
29-
// Battery bus driver interface
30-
//
31-
32-
// {780AC894-01FF-4b5e-B4C8-9C00709200EB}
33-
DEFINE_GUID(BATTBUS_DEVINTERFACE_GUID,
34-
0x780ac894, 0x1ff, 0x4b5e, 0xb4, 0xc8, 0x9c, 0x0, 0x70, 0x92, 0x0, 0xeb);
35-
36-
#define BATTBUS_IOCTL(_index_) \
37-
CTL_CODE(FILE_DEVICE_BUS_EXTENDER, _index_, METHOD_BUFFERED, FILE_READ_DATA)
38-
39-
#define IOCTL_BATTBUS_PLUGIN_HARDWARE BATTBUS_IOCTL(0x0)
40-
#define IOCTL_BATTBUS_UNPLUG_HARDWARE BATTBUS_IOCTL(0x1)
41-
4228
//
4329
// Simulated battery ioctl interface
4430
//

0 commit comments

Comments
 (0)