- Rework our oskittcp signalling
[reactos.git] / reactos / drivers / network / tcpip / include / irp.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/irp.h
5 * PURPOSE: IRP routines
6 */
7 #ifndef __IRP_H
8 #define __IRP_H
9
10 VOID IRPRemember( PIRP Irp, PCHAR File, UINT Line );
11 NTSTATUS IRPFinish( PIRP Irp, NTSTATUS Status );
12
13 #endif/*__IRP_H*/