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 1421 2005-04-12 12:09:21Z 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 00024 /* 00025 * Registers for Power Management callbacks 00026 */ 00027 00028 ULONG PMRegisterForPowerEvents(void); 00029 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 00035 #endif