Writing Device Drivers

Block Driver Structure Overview

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

Block Driver Device Access

The shaded device access section in Figure 11-1 illustrates block driver entry points.

Figure 11-1 Block Driver Roadmap

Graphic