2005-03-03 10:50:09

by Martin Waitz

[permalink] [raw]
Subject: [PATCH 14/16] [DocBook] add kfifo to kernel-api docs

[DocBook] add kfifo to kernel-api docs
Signed-off-by: Martin Waitz <[email protected]>


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.2038 -> 1.2039
# Documentation/DocBook/kernel-api.tmpl 1.34 -> 1.35
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 05/03/02 [email protected] 1.2039
# [DocBook] add kfifo to kernel-api docs
#
# Signed-off-by: Martin Waitz <[email protected]>
# --------------------------------------------
#
diff -Nru a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
--- a/Documentation/DocBook/kernel-api.tmpl Thu Mar 3 11:43:12 2005
+++ b/Documentation/DocBook/kernel-api.tmpl Thu Mar 3 11:43:12 2005
@@ -100,6 +100,14 @@
</sect1>
</chapter>

+ <chapter id="kfifo">
+ <title>FIFO Buffer</title>
+ <sect1><title>kfifo interface</title>
+!Iinclude/linux/kfifo.h
+!Ekernel/kfifo.c
+ </sect1>
+ </chapter>
+
<chapter id="proc">
<title>The proc filesystem</title>