Writing Device Drivers

Entry Points for PC Card Drivers

The following table lists additional entry points that can be used by PC Card device drivers. For other entry points, see Entry Points Common to All Drivers and Entry Points for Character Device Drivers.

Table 1–7 Entry Points for PC Card Drivers Only

Entry Point 

Usage 

Description 

csx_event_handler(9E)

Required 

Handles events for a PC Card driver. The driver must call the csx_RegisterClient(9F) function explicitly to set the entry point instead of using a structure field like cb_ops.