00001 /* 00002 * MUSCLE SmartCard Development ( http://www.linuxnet.com ) 00003 * 00004 * Copyright (C) 2000-2003 00005 * David Corcoran <corcoran@linuxnet.com> 00006 * Copyright (C) 2003 00007 * Antti Tapaninen 00008 * Copyright (C) 2004-2009 00009 * Ludovic Rousseau <ludovic.rousseau@free.fr> 00010 * 00011 * $Id: powermgt_generic.c 4544 2009-11-12 14:33:44Z rousseau $ 00012 */ 00013 00019 #include "config.h" 00020 #include "pcsclite.h" 00021 #include "powermgt_generic.h" 00022 00023 /* 00024 * Check for platforms that have their own specific support. 00025 * It's more easy and flexible to do it here, rather than 00026 * with automake conditionals in src/Makefile.am. 00027 * No, it's still not a perfect solution design wise. 00028 */ 00029 00030 ULONG PMRegisterForPowerEvents(void) 00031 { 00032 return 0; 00033 }