pcsc-lite
1.8.8
Main Page
Modules
Data Structures
Files
File List
Globals
src
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
30
ULONG
PMRegisterForPowerEvents
(
void
)
31
{
32
return
0;
33
}
powermgt_generic.h
This handles power management routines.
PMRegisterForPowerEvents
ULONG PMRegisterForPowerEvents(void)
Registers for Power Management callbacks.
Definition:
powermgt_generic.c:30
pcsclite.h
This keeps a list of defines for pcsc-lite.
Generated on Tue Oct 30 2018 17:13:07 for pcsc-lite by
1.8.5