This provides a search API for hot pluggble devices. More...
#include "config.h"
#include "pcsclite.h"
Go to the source code of this file.
Defines | |
#define | FALSE 0 |
Functions | |
LONG | HPSearchHotPluggables (void) |
ULONG | HPRegisterForHotplugEvents (void) |
LONG | HPStopHotPluggables (void) |
void | HPReCheckSerialReaders (void) |
This provides a search API for hot pluggble devices.
Check for platforms that have their own specific support. It's easier and flexible to do it here, rather than with automake conditionals in src/Makefile.am. No, it's still not a perfect solution design wise.
Definition in file hotplug_generic.c.