Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 23 | f9daq | 1 | #ifndef __PCIVME_IO_H__ |
| 2 | #define __PCIVME_IO_H__ |
||
| 3 | //------------------------------------------------------------------------- |
||
| 4 | // WINNT driver for PCIVME interface from ARW Elektronik, Germany --------- |
||
| 5 | // the ioctl functions header file |
||
| 6 | // |
||
| 7 | // (c) 1999 ARW Elektronik |
||
| 8 | // |
||
| 9 | // this source code is published under GPL (Open Source). You can use, redistrubute and |
||
| 10 | // modify it unless this header is not modified or deleted. No warranty is given that |
||
| 11 | // this software will work like expected. |
||
| 12 | // This product is not authorized for use as critical component in life support systems |
||
| 13 | // wihout the express written approval of ARW Elektronik Germany. |
||
| 14 | // |
||
| 15 | // Please announce changes and hints to ARW Elektronik |
||
| 16 | // ntddk.h must included first! |
||
| 17 | // |
||
| 18 | // what who when |
||
| 19 | // started AR 03.07.99 |
||
| 20 | // |
||
| 21 | |||
| 22 | |||
| 23 | //------------------------------------------------------------------------ |
||
| 24 | // FUNCTIONS + EXTERNALS |
||
| 25 | // |
||
| 26 | NTSTATUS (*ioctl[])(PDEVICE_OBJECT device_Obj, PIRP irp, PIO_STACK_LOCATION IrpStack); |
||
| 27 | void fMyDefferedRoutine(PKDPC Dpc, PVOID pvDevice_object, PVOID pvPciada, PVOID Nothing); |
||
| 28 | void CancelRequest(PDEVICE_OBJECT device_Obj, PIRP Irp); |
||
| 29 | |||
| 30 | #endif // __PCIVME_IO_H__ |