Whamcloud - gitweb
LU-5396 libcfs: make some functions static
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_private.h
index 6f7953c..63b5b92 100644 (file)
@@ -636,4 +636,11 @@ enum {
        GNIIPLND  = 14,
 };
 
+extern struct cfs_psdev_ops libcfs_psdev_ops;
+extern struct miscdevice libcfs_dev;
+extern struct cfs_wi_sched *cfs_sched_rehash;
+
+extern int insert_proc(void);
+extern void remove_proc(void);
+
 #endif