Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 *);