#include "debug.h"
/* IRP_MJ_DEVICE_CONTROL dispatcher from bus/dev_ctl.c */
-extern device__dev_ctl_func bus_dev_ctl__dispatch;
+extern device__dev_ctl_func WvBusDevCtlDispatch;
/* IRP_MJ_PNP dispatcher from bus/pnp.c */
extern device__pnp_func bus_pnp__dispatch;
struct device__irp_mj bus__irp_mj_ = {
bus__power_,
bus__sys_ctl_,
- bus_dev_ctl__dispatch,
+ WvBusDevCtlDispatch,
(device__scsi_func *) 0,
bus_pnp__dispatch,
};
return STATUS_SUCCESS;
}
-NTSTATUS STDCALL bus_dev_ctl__dispatch(
+NTSTATUS STDCALL WvBusDevCtlDispatch(
IN struct device__type * dev,
IN PIRP irp,
IN ULONG POINTER_ALIGNMENT code