In this patch we add a chapter to contain the API reference for the thermal framework. For now, we list the documented functions from thermal core, cpu cooling, and of thermal.
Signed-off-by: Eduardo Valentin <[email protected]> --- Documentation/DocBook/thermal.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/DocBook/thermal.tmpl b/Documentation/DocBook/thermal.tmpl index 66efed3..d6ebbea 100644 --- a/Documentation/DocBook/thermal.tmpl +++ b/Documentation/DocBook/thermal.tmpl @@ -212,4 +212,13 @@ </glossary> </sect1> </chapter> + <chapter id="api"> + <title>Thermal Device Driver Writer API reference</title> + <para> This Chapter contains an API reference for Thermal driver writers. + </para> +!Iinclude/linux/thermal.h +!Edrivers/thermal/thermal_core.c +!Edrivers/thermal/cpu_cooling.c +!Edrivers/thermal/of-thermal.c + </chapter> </book> -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

