next up previous contents index
Next: 12.2 Device Registration Up: 12 Kernel Device Driver Previous: 12 Kernel Device Driver

12.1 Introduction

This library provides default implementations of various functions needed by device drivers under the OSKit device driver framework. These default implementations can be used by the host OS, if appropriate, to make it easier to adopt the driver framework. The facilities provided include:

XXX: oskit_dev_init() call this to init libdev

XXX: oskit_dev_probe() call this after init to probe for devices



University of Utah Flux Research Group