Writing Device Drivers

Character Driver Structure Overview

Figure 10-1 shows data structures and routines that define the structure of a character device driver. Device drivers typically include the following:

The shaded device access section in Figure 10-1 illustrates character driver entry points.

Figure 10-1 Character Driver Roadmap

Graphic