Whamcloud - gitweb
This commit was manufactured by cvs2svn to create branch 'b1_4'.
[fs/lustre-release.git] /
1 #ifndef _P30_INTERNAL_H_
2 #define _P30_INTERNAL_H_
3
4 #include "build_check.h"
5 /*
6  * p30/internal.h
7  *
8  * Internals for the API level library that are not needed
9  * by the user application
10  */
11
12 #include <portals/p30.h>
13
14 extern int ptl_init;            /* Has the library been initialized */
15
16 #endif