Whamcloud - gitweb
b=23014 sgpdd-survey acc-sm integration
[fs/lustre-release.git] / lustre / include / lustre_ucache.h
index f9c7ded..c81a548 100644 (file)
@@ -26,7 +26,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 /*
 #ifndef _UPCALL_CACHE_H
 #define _UPCALL_CACHE_H
 
+/** \defgroup ucache ucache
+ *
+ * @{
+ */
+
 #define UC_CACHE_NEW            0x01
 #define UC_CACHE_ACQUIRING      0x02
 #define UC_CACHE_INVALID        0x04
@@ -149,4 +154,7 @@ struct upcall_cache *upcall_cache_init(const char *name);
 void upcall_cache_cleanup(struct upcall_cache *hash);
 
 #endif
+
+/** @} ucache */
+
 #endif /* _UPCALL_CACHE_H */