Detach from the devp-pccard server
#include <sys/pccard.h> int pccard_detach( pccard_t handle );
libpccard
The pccard_detach() function detaches the user application from the devp-pccard server. The value of handle is obtained from a previous pccard_attach() function call. Any locks that were previously applied with the pccard_lock() function call will be freed.
See pccard_arm().
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
pccard_arm(), pccard_attach(), pccard_lock()