Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / libcfs / linux / linux-prim.c
1 #define DEBUG_SUBSYSTEM S_PORTALS
2 #include <linux/config.h>
3 #include <linux/module.h>
4 #include <linux/kernel.h>
5
6 int
7 libcfs_arch_init(void)
8
9         return 0;
10 }
11
12 void
13 libcfs_arch_cleanup(void)
14 {
15         return; 
16 }
17
18 EXPORT_SYMBOL(libcfs_arch_init);
19 EXPORT_SYMBOL(libcfs_arch_cleanup);