Whamcloud - gitweb
Landing b_hd_newconfig on HEAD
[fs/lustre-release.git] / lnet / include / lnet / linux / lib-types.h
index f896b4b..7d28839 100644 (file)
@@ -1,11 +1,11 @@
 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
  * vim:expandtab:shiftwidth=8:tabstop=8:
  */
-#ifndef __PORTALS_LINUX_LIB_TYPES_H__
-#define __PORTALS_LINUX_LIB_TYPES_H__
+#ifndef __LNET_LINUX_LIB_TYPES_H__
+#define __LNET_LINUX_LIB_TYPES_H__
 
-#ifndef __PORTALS_LIB_TYPES_H__
-#error Do not #include this file directly. #include <portals/lib-types.h> instead
+#ifndef __LNET_LIB_TYPES_H__
+#error Do not #include this file directly. #include <lnet/lib-types.h> instead
 #endif
 
 #ifdef __KERNEL__
@@ -13,7 +13,7 @@
 # include <linux/smp_lock.h>
 # include <linux/types.h>
 #else
-# define PTL_USE_LIB_FREELIST
+# define LNET_USE_LIB_FREELIST
 # include <sys/types.h>
 #endif