http://git.etherboot.org
/
people
/
sha0
/
winvblock.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[bus_pnp] Move bus PnP IRP handling into bus_pnp
[people/sha0/winvblock.git]
/
src
/
bus.h
diff --git
a/src/bus.h
b/src/bus.h
index
fbd5925
..
7c8343f
100644
(file)
--- a/
src/bus.h
+++ b/
src/bus.h
@@
-50,10
+50,6
@@
extern NTSTATUS STDCALL Bus_AddDevice (
IN PDEVICE_OBJECT PhysicalDeviceObject
);
-extern irp__handler_decl (
- Bus_DispatchPnP
- );
-
extern irp__handler_decl (
Bus_DispatchDeviceControl
);