Commit fb5f6658 authored by Wim Van Sebroeck's avatar Wim Van Sebroeck

watchdog: watchdog_core.h: make functions extern

Make the functions in watchdog_core.h extern like it should.
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment