diff --git a/LKMPG-3.8.txt b/LKMPG-3.8.txt index c469f3a..a5d0285 100644 --- a/LKMPG-3.8.txt +++ b/LKMPG-3.8.txt @@ -1573,12 +1573,9 @@ BE CARREFUL: when a sequence is finished, another one starts. That means that at *** Figure: How seq_file works -[seq_file] - -Seq_file provides basic functions for file_operations, as seq_read, -seq_lseek, and some others. But nothing to write in the /proc file. Of -course, you can still use the same way as in the previous example. - +| [[./seq_file.jpg]] | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Seq_file provides basic functions for file_operations, as seq_read, seq_lseek, and some others. But nothing to write in the /proc file. Of course, you can still use the same way as in the previous example. | *** Example: procfs4.c #+BEGIN_SRC: c diff --git a/seq_file.jpg b/seq_file.jpg new file mode 100644 index 0000000..4a6976b Binary files /dev/null and b/seq_file.jpg differ