- split logoff and shutdown resources
[reactos.git] / reactos / ntoskrnl / fs / pool.c
index e3950ed..0dc15b9 100644 (file)
@@ -1,11 +1,14 @@
-/* $Id: pool.c,v 1.5 2003/07/10 06:27:13 royce Exp $
+/* $Id$
  *
- * reactos/ntoskrnl/fs/pool.c
+ * COPYRIGHT:       See COPYING in the top level directory
+ * PROJECT:         ReactOS kernel
+ * FILE:            ntoskrnl/fs/pool.c
+ * PURPOSE:         No purpose listed.
  *
+ * PROGRAMMERS:     No programmer listed.
  */
-#include <ntos.h>
-#include <ddk/ntifs.h>
-#include <internal/ifs.h>
+
+#include <ntoskrnl.h>
 
 
 /**********************************************************************
@@ -13,7 +16,7 @@
  *     FsRtlAllocatePool@8
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
@@ -50,7 +53,7 @@ FsRtlAllocatePool (
  *     FsRtlAllocatePoolWithQuota@8
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
@@ -87,7 +90,7 @@ FsRtlAllocatePoolWithQuota (
  *     FsRtlAllocatePoolWithQuotaTag@12
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
@@ -122,7 +125,7 @@ FsRtlAllocatePoolWithQuotaTag (
  *     FsRtlAllocatePoolWithTag@12
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE