提交 fb5f6658 编写于 作者: W Wim Van Sebroeck

watchdog: watchdog_core.h: make functions extern

Make the functions in watchdog_core.h extern like it should.
Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
上级 6cfb5aa8
......@@ -29,5 +29,5 @@
/*
* Functions/procedures to be called by the core
*/
int watchdog_dev_register(struct watchdog_device *);
int watchdog_dev_unregister(struct watchdog_device *);
extern int watchdog_dev_register(struct watchdog_device *);
extern int watchdog_dev_unregister(struct watchdog_device *);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册