Linux DDE Libraries

These libraries provide the kernel interface expected by Linux device drivers. More...


Modules

 Linux DDE Common
 Linux general kernel interface emulation.
 Linux DDE Soundcore
 Linux soundcore emulation.

Detailed Description

These libraries provide the kernel interface expected by Linux device drivers.

DDE Linux-based device driver environments are modified Linux headers plus driver class specific libraries. These libraries consist of 2 parts - common and specific. The common functions are expected to be used by nearly all device drivers and provide the general Linux kernel interface (see Linux DDE Common). Specific functions are closely linked to one driver class or subsystem, e.g. SCSI hard disks.

Writers of specific device driver libraries utilize the common implementation to provide special environments. For reference see Linux DDE Soundcore.


Linux DDE, written by Christian Helmuth  © 2003 Technische Universitaet Dresden