diff options
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 38f88b6ae405..8c5698a8c2e1 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -643,4 +643,15 @@ X!Idrivers/video/console/fonts.c | |||
643 | !Edrivers/spi/spi.c | 643 | !Edrivers/spi/spi.c |
644 | </chapter> | 644 | </chapter> |
645 | 645 | ||
646 | <chapter id="splice"> | ||
647 | <title>splice API</title> | ||
648 | <para>) | ||
649 | splice is a method for moving blocks of data around inside the | ||
650 | kernel, without continually transferring it between the kernel | ||
651 | and user space. | ||
652 | </para> | ||
653 | !Iinclude/linux/splice.h | ||
654 | !Ffs/splice.c | ||
655 | </chapter> | ||
656 | |||
646 | </book> | 657 | </book> |