| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Attach to the devp-pccard server
#include <sys/pccard.h> pccard_t pccard_attach( int reserved );
libpccard
Use the -l pccard option to qcc to link against this library.
The pccard_attach() function attaches a user application to the devp-pccard server. You must call this function before using any of the other PC card functions, because it returns a handle that all the other PC Card functions use.
See pccard_arm().
| Safety: | |
|---|---|
| Cancellation point | Yes | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
pccard_arm(), pccard_detach(), pccard_info(), pccard_lock(), pccard_raw_read(), pccard_unlock()
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |