Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB

  1. //---------------------------------------------------------------------------
  2. //
  3. // Module: alloc.h
  4. //
  5. // Description:
  6. //
  7. //
  8. //@@BEGIN_MSINTERNAL
  9. // Development Team:
  10. // Mike McLaughlin
  11. //
  12. // History: Date Author Comment
  13. //
  14. //@@END_MSINTERNAL
  15. //---------------------------------------------------------------------------
  16. //
  17. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  18. // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  19. // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  20. // PURPOSE.
  21. //
  22. // Copyright (c) 1996-1999 Microsoft Corporation. All Rights Reserved.
  23. //
  24. //---------------------------------------------------------------------------
  25. //---------------------------------------------------------------------------
  26. // Constants and Macros
  27. //---------------------------------------------------------------------------
  28. //---------------------------------------------------------------------------
  29. // Data structures
  30. //---------------------------------------------------------------------------
  31. //---------------------------------------------------------------------------
  32. // Local prototypes
  33. //---------------------------------------------------------------------------
  34. extern "C" {
  35. NTSTATUS
  36. AllocatorDispatchCreate(
  37. IN PDEVICE_OBJECT pDeviceObject,
  38. IN PIRP pIrp
  39. );
  40. NTSTATUS
  41. AllocatorDispatchCreateKP(
  42. PINSTANCE pInstance,
  43. PKSALLOCATOR_FRAMING pAllocatorFraming
  44. );
  45. } // extern "C"