Explorar o código

watchdog: watchdog_core.h: make functions extern

Make the functions in watchdog_core.h extern like it should.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Wim Van Sebroeck %!s(int64=13) %!d(string=hai) anos
pai
achega
fb5f665816
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      drivers/watchdog/watchdog_core.h

+ 2 - 2
drivers/watchdog/watchdog_core.h

@@ -29,5 +29,5 @@
 /*
 /*
  *	Functions/procedures to be called by the core
  *	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 *);