History log of /drivers/watchdog/watchdog_core.h
Revision Date Author Comments
45f5fed30a6460ec58f159ff297a2974153a97de 10-May-2012 Alan Cox <alan@linux.intel.com> watchdog: Add multiple device support

We keep the old /dev/watchdog interface file for the first watchdog via
miscdev. This is basically a cut and paste of the relevant interface code
from the rtc driver layer tweaked for watchdog.

Revised to fix problems noted by Hans de Goede

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
fb5f6658163412dce22724e906e324ab7fd62c18 21-May-2012 Wim Van Sebroeck <wim@iguana.be> 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>
6cfb5aa836884bcd66e2c5d0a101e97ba78aaafd 21-May-2012 Wim Van Sebroeck <wim@iguana.be> watchdog: correct the name of the watchdog_core inlude file

The watchdog_core include file should have been named
watchdog_core.h and not watchdog_dev.h . Correct this.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>