diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-D207C135-EF02-4D1A-A48C-4AB8C6703496.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-D207C135-EF02-4D1A-A48C-4AB8C6703496.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,41 @@ + + + + + +Device +Driver StructureThis document describes the structures used to implement device +drivers as LDDs and PDDs. +

Both LDDs and PDDs are DLLs.

+

They implement a specific interface that allows the kernel to initialise +them, and for user-side code to communicate with them.

+

An LDD must implement:

+ +

A PDD must implement:

+ +
\ No newline at end of file