pcsc-lite  1.8.8
powermgt_generic.c
Go to the documentation of this file.
1 /*
2  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
3  *
4  * Copyright (C) 2000-2003
5  * David Corcoran <corcoran@linuxnet.com>
6  * Copyright (C) 2003
7  * Antti Tapaninen
8  * Copyright (C) 2004-2009
9  * Ludovic Rousseau <ludovic.rousseau@free.fr>
10  *
11  * $Id: powermgt_generic.c 4544 2009-11-12 14:33:44Z rousseau $
12  */
13 
19 #include "config.h"
20 #include "pcsclite.h"
21 #include "powermgt_generic.h"
22 
23 /*
24  * Check for platforms that have their own specific support.
25  * It's more easy and flexible to do it here, rather than
26  * with automake conditionals in src/Makefile.am.
27  * No, it's still not a perfect solution design wise.
28  */
29 
31 {
32  return 0;
33 }
This handles power management routines.
ULONG PMRegisterForPowerEvents(void)
Registers for Power Management callbacks.
This keeps a list of defines for pcsc-lite.