- Implemented InterlockedBitTestAndReset, InterlockedBitTestAndSet, InterlockedExchan...
[reactos.git] / reactos / ntoskrnl / fs / pool.c
index 2a3d127..0dc15b9 100644 (file)
@@ -1,21 +1,22 @@
-/* $Id: pool.c,v 1.3 2002/09/07 15:12:50 chorns 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 <ntoskrnl.h>
 
-#define NDEBUG
-#include <internal/debug.h>
-
 
 /**********************************************************************
  * NAME                                                        EXPORTED
  *     FsRtlAllocatePool@8
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
@@ -23,6 +24,7 @@
  * NOTE
  *     IFS_POOL_TAG is "FSrt" in mem view.
  *
+ * @implemented
  */
 PVOID
 STDCALL
@@ -51,13 +53,15 @@ FsRtlAllocatePool (
  *     FsRtlAllocatePoolWithQuota@8
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
  *
  * NOTE
  *     IFS_POOL_TAG is "FSrt" in mem view.
+ *
+ * @implemented
  */
 PVOID
 STDCALL
@@ -86,11 +90,12 @@ FsRtlAllocatePoolWithQuota (
  *     FsRtlAllocatePoolWithQuotaTag@12
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
  *
+ * @implemented
  */
 PVOID
 STDCALL
@@ -120,11 +125,12 @@ FsRtlAllocatePoolWithQuotaTag (
  *     FsRtlAllocatePoolWithTag@12
  *
  * DESCRIPTION
- *     
+ *
  * ARGUMENTS
  *
  * RETURN VALUE
  *
+ * @implemented
  */
 PVOID
 STDCALL