00001 /* 00002 * MUSCLE SmartCard Development ( http://www.linuxnet.com ) 00003 * 00004 * Copyright (C) 2002 00005 * David Corcoran <corcoran@linuxnet.com> 00006 * 00007 * $Id: powermgt_generic.h 2896 2008-04-22 09:20:00Z rousseau $ 00008 */ 00009 00015 #ifndef __powermgt_generic_h__ 00016 #define __powermgt_generic_h__ 00017 00018 #ifdef __cplusplus 00019 extern "C" 00020 { 00021 #endif 00022 00023 00027 ULONG PMRegisterForPowerEvents(void); 00028 00029 00030 #ifdef __cplusplus 00031 } 00032 #endif 00033 00034 #endif