summaryrefslogtreecommitdiffstats
path: root/include/notifier.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-11-02 18:05:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-02 18:05:32 +0100
commit3d4f24ef0bc1d00577b87ec216cec61bbf34a4ec (patch)
treefa52777dc46e18e70f798e3f130e3b43c5cea2c4 /include/notifier.h
parentd1209136e304faab8616f75a347bf2d02d283468 (diff)
parent4bfc616111c836c3e33fdc759ed5224dfc68f06b (diff)
downloadbarebox-3d4f24ef0bc1d00577b87ec216cec61bbf34a4ec.tar.gz
barebox-3d4f24ef0bc1d00577b87ec216cec61bbf34a4ec.tar.xz
Merge branch 'next'
Diffstat (limited to 'include/notifier.h')
-rw-r--r--include/notifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.h b/include/notifier.h
index 878b17e078..cb2be5f548 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -15,6 +15,7 @@ struct notifier_head {
};
int notifier_chain_register(struct notifier_head *nh, struct notifier_block *n);
+int notifier_chain_unregister(struct notifier_head *nh, struct notifier_block *n);
int notifier_call_chain(struct notifier_head *nh, unsigned long val, void *v);