Whamcloud - gitweb
LU-506 kernel: some other minor cleanup of BKL
[fs/lustre-release.git] / libcfs / libcfs / winnt / winnt-tracefile.h
index 63772ef..f7e2108 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -26,7 +24,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 /*
@@ -41,9 +39,9 @@
  * only define one trace_data type for windows
  */
 typedef enum {
-        TCD_TYPE_PASSIVE = 0,
-        TCD_TYPE_DISPATCH,
-        TCD_TYPE_MAX
-} trace_buf_type_t;
+        CFS_TCD_TYPE_PASSIVE = 0,
+        CFS_TCD_TYPE_DISPATCH,
+        CFS_TCD_TYPE_MAX
+} cfs_trace_buf_type_t;
 
 #endif