mirror of
https://github.com/ipxe/sanbootconf.git
synced 2025-05-08 17:20:11 +08:00
[driver] Add function role type declarations
Inhibit build warnings from OACR by adding function role type declarations where applicable. Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
This commit is contained in:
parent
6cf101e48d
commit
92ff91e5f3
@ -70,6 +70,15 @@ static const PWCHAR sanbootconf_device_symlink[] = {
|
||||
L"\\DosDevices\\iSCSIBoot",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
static __drv_dispatchType ( IRP_MJ_CREATE )
|
||||
__drv_dispatchType ( IRP_MJ_CLOSE )
|
||||
__drv_dispatchType ( IRP_MJ_CLEANUP )
|
||||
DRIVER_DISPATCH sanbootconf_dummy_irp;
|
||||
static __drv_dispatchType ( IRP_MJ_DEVICE_CONTROL )
|
||||
DRIVER_DISPATCH sanbootconf_iocontrol_irp;
|
||||
DRIVER_INITIALIZE DriverEntry;
|
||||
|
||||
/**
|
||||
* Load system start options
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user