powermgt_generic.c

Go to the documentation of this file.
00001 /*
00002  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
00003  *
00004  * Copyright (C) 2000-2003
00005  *  David Corcoran <corcoran@linuxnet.com>
00006  *
00007  * $Id: powermgt_generic.c 3412 2009-04-07 18:19:33Z rousseau $
00008  */
00009 
00015 #include "config.h"
00016 #include "pcsclite.h"
00017 #include "powermgt_generic.h"
00018 
00019 /*
00020  * Check for platforms that have their own specific support.
00021  * It's more easy and flexible to do it here, rather than
00022  * with automake conditionals in src/Makefile.am.
00023  * No, it's still not a perfect solution design wise.
00024  */
00025 
00026 ULONG PMRegisterForPowerEvents(void)
00027 {
00028   return 0;
00029 }

Generated on Wed Jul 22 23:13:21 2009 for pcsc-lite by  doxygen 1.5.8