pcsc-lite  1.8.8
hotplug_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) 2002-2011
7  * Ludovic Rousseau <ludovic.rousseau@free.fr>
8  *
9  * $Id: hotplug_generic.c 5711 2011-05-05 09:02:08Z rousseau $
10  */
11 
22 #include "config.h"
23 #include "pcsclite.h"
24 
25 #ifndef TRUE
26 #define TRUE 1
27 #define FALSE 0
28 #endif
29 
30 #if !defined(__APPLE__) && !defined(HAVE_LIBUSB) && !defined(__linux__) && !defined(HAVE_LIBUDEV)
31 
32 LONG HPSearchHotPluggables(void)
33 {
34  return 0;
35 }
36 
37 ULONG HPRegisterForHotplugEvents(void)
38 {
39  return 0;
40 }
41 
42 LONG HPStopHotPluggables(void)
43 {
44  return 0;
45 }
46 
47 void HPReCheckSerialReaders(void)
48 {
49 }
50 
51 #endif
This keeps a list of defines for pcsc-lite.