| 
									
										
										
										
											2011-07-22 18:55:18 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	watchdog_core.h | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	(c) Copyright 2008-2011 Alan Cox <alan@lxorguk.ukuu.org.uk>, | 
					
						
							|  |  |  |  *						All Rights Reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	(c) Copyright 2008-2011 Wim Van Sebroeck <wim@iguana.be>. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	This source code is part of the generic code that can be used | 
					
						
							|  |  |  |  *	by all the watchdog timer drivers. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	Based on source code of the following authors: | 
					
						
							|  |  |  |  *	  Matt Domsch <Matt_Domsch@dell.com>, | 
					
						
							|  |  |  |  *	  Rob Radez <rob@osinvestor.com>, | 
					
						
							|  |  |  |  *	  Rusty Lynch <rusty@linux.co.intel.com> | 
					
						
							|  |  |  |  *	  Satyam Sharma <satyam@infradead.org> | 
					
						
							|  |  |  |  *	  Randy Dunlap <randy.dunlap@oracle.com> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	This program is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  *	modify it under the terms of the GNU General Public License | 
					
						
							|  |  |  |  *	as published by the Free Software Foundation; either version | 
					
						
							|  |  |  |  *	2 of the License, or (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	Neither Alan Cox, CymruNet Ltd., Wim Van Sebroeck nor Iguana vzw. | 
					
						
							|  |  |  |  *	admit liability nor provide warranty for any of this software. | 
					
						
							|  |  |  |  *	This material is provided "AS-IS" and at no charge. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-10 21:48:59 +02:00
										 |  |  | #define MAX_DOGS	32	/* Maximum number of watchdog devices */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-07-22 18:55:18 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	Functions/procedures to be called by the core | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2012-05-21 15:33:05 +02:00
										 |  |  | extern int watchdog_dev_register(struct watchdog_device *); | 
					
						
							|  |  |  | extern int watchdog_dev_unregister(struct watchdog_device *); | 
					
						
							| 
									
										
										
										
											2012-05-10 21:48:59 +02:00
										 |  |  | extern int __init watchdog_dev_init(void); | 
					
						
							|  |  |  | extern void __exit watchdog_dev_exit(void); |