4 /****************************************************************************
 
   6  *******            L T T    W A K E U P    H E A D E R
 
   8  ****************************************************************************
 
  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.
 
  34  ----------------------------------------------------------------------------
 
  36  ----------------------------------------------------------------------------
 
  38  ***************************************************************************/
 
  42 static char *_rio_lttwake_h_sccs = "@(#)lttwake.h       1.1" ;
 
  46 #define LTT_WAKEUP_STACK          500
 
  47 #define LTT_WAKEUP_INTERVAL       (int) (500 * MILLISECOND)
 
  50 /*********** end of file ***********/