#include <ddk/ntddk.h>
#include "../fbportio.h"
Go to the source code of this file.
|
| __declspec (dllimport) |
|
static NTSTATUS STDCALL | device_control (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
|
static VOID STDCALL | driver_unload (IN PDRIVER_OBJECT DriverObject) |
|
NTSTATUS STDCALL | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) |
|
#define DEVICE_DOS_NAME L"\\DosDevices\\fbportio" |
#define DEVICE_NAME L"\\Device\\fbportio" |
static NTSTATUS STDCALL device_control |
( |
IN PDEVICE_OBJECT |
DeviceObject, |
|
|
IN PIRP |
Irp |
|
) |
| |
|
static |
static VOID STDCALL driver_unload |
( |
IN PDRIVER_OBJECT |
DriverObject) | |
|
|
static |
NTSTATUS STDCALL DriverEntry |
( |
IN PDRIVER_OBJECT |
DriverObject, |
|
|
IN PUNICODE_STRING |
RegistryPath |
|
) |
| |