Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
420 B

/*
* IO.H - include file for all IO modules
*/
#ifndef _IO_
#define _IO_
#include <io_pub.h>
/* forward for ioctl filter function */
NTSTATUS PcimacIoctl(DEVICE_OBJECT* DeviceObject, IRP* Irp);
NTSTATUS ExecIrp(IRP *irp, IO_STACK_LOCATION *irpsp);
/* ioctl opcode to executing commands */
#define IO_IOCTL_PCIMAC_EXEC 0x160040/* temp!!! */
INT io_execute(IO_CMD* cmd, VOID *Irp_1);
#endif /* _IO_ */