Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6082 → Rev 6936

/drivers/include/linux/seq_file.h
5,6 → 5,10
#include <linux/string.h>
#include <linux/bug.h>
#include <linux/mutex.h>
struct file;
struct path;
struct inode;
struct dentry;
 
struct seq_file {
char *buf;