00001 #ifndef acp_routines_h
00002 #define acp_routines_h
00003
00004 #include <ccbdef.h>
00005 #include <irpdef.h>
00006 #include <pcbdef.h>
00007 #include <ucbdef.h>
00008
00009 int acp_std_access (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00010 int acp_std_accessnet (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00011 int acp_std_deaccess (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00012 int acp_std_fastio_block (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00013 int acp_std_modify (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00014 int acp_std_mount (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00015 int acp_std_readblk (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00016 int acp_std_writeblk (struct _irp *irp, struct _pcb *pcb, struct _ucb *ucb, struct _ccb *ccb);
00017
00018 #endif
00019