Attach to the devp-pccard server
#include <sys/pccard.h> pccard_t pccard_attach( int reserved );
libpccard
The pccard_attach() function attaches a user application to the devp-pccard server. This function must be called before any of the other PC card functions, because it returns a handle that's used by all of the other PC Card functions.
See pccard_arm().
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |