Reactos
at master 13 lines 304 B view raw
1/* 2 * COPYRIGHT: See COPYING in the top level directory 3 * PROJECT: ReactOS TCP/IP protocol driver 4 * FILE: include/pool.h 5 * PURPOSE: Prototypes for memory pooling 6 */ 7 8#pragma once 9 10NDIS_STATUS PrependPacket( PNDIS_PACKET Packet, PCHAR Data, UINT Len, 11 BOOLEAN Copy ); 12 13/* EOF */