sunqe: Fix compiler warnings
[linux-2.6/btrfs-unstable.git] / Documentation / driver-api / index.rst
blob8e259c5d03226d9590d9b1346c0f44260e406e2a
1 ========================================
2 The Linux driver implementer's API guide
3 ========================================
5 The kernel offers a wide variety of interfaces to support the development
6 of device drivers.  This document is an only somewhat organized collection
7 of some of those interfaces — it will hopefully get better over time!  The
8 available subsections can be seen below.
10 .. class:: toc-title
12            Table of contents
14 .. toctree::
15    :maxdepth: 2
17    basics
18    infrastructure
19    message-based
20    sound
21    frame-buffer
22    input
23    spi
24    i2c
25    hsi
26    miscellaneous