rk29: clock.h: Add 'struct notifier_block' forward declaration

This commit is contained in:
黄涛
2011-09-09 16:57:23 +08:00
parent 24e11d1378
commit 4d03f7e525

View File

@@ -68,6 +68,8 @@ struct clk_notifier_data {
#define CLK_POST_DISABLE 8
#define CLK_ABORT_DISABLE 9
struct notifier_block;
extern int clk_notifier_register(struct clk *clk, struct notifier_block *nb);
extern int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb);