Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / char / rio / lttwake.h
blobfe17d0ee4933dc75cdc1606f50247ec428829398
4 /****************************************************************************
5 ******* *******
6 ******* L T T W A K E U P H E A D E R
7 ******* *******
8 ****************************************************************************
10 Author : Ian Nandhra
11 Date :
14 * (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK.
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
30 Version : 0.01
33 Mods
34 ----------------------------------------------------------------------------
35 Date By Description
36 ----------------------------------------------------------------------------
38 ***************************************************************************/
40 #ifndef lint
41 #ifdef SCCS_LABELS
42 static char *_rio_lttwake_h_sccs = "@(#)lttwake.h 1.1" ;
43 #endif
44 #endif
46 #define LTT_WAKEUP_STACK 500
47 #define LTT_WAKEUP_INTERVAL (int) (500 * MILLISECOND)
50 /*********** end of file ***********/