[CRYPTO] api: Make the crypto subsystem fully modular
[safe/jmp/linux-2.6] / include / linux / rcuclassic.h
index 2b8b045..b3dccd6 100644 (file)
@@ -157,5 +157,11 @@ extern void __rcu_init(void);
 extern void rcu_check_callbacks(int cpu, int user);
 extern void rcu_restart_cpu(int cpu);
 
+extern long rcu_batches_completed(void);
+extern long rcu_batches_completed_bh(void);
+
+#define rcu_enter_nohz()       do { } while (0)
+#define rcu_exit_nohz()                do { } while (0)
+
 #endif /* __KERNEL__ */
 #endif /* __LINUX_RCUCLASSIC_H */