Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <asm/uaccess.h>
#include <linux/fs.h>
#include <linux/file.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/drbd.h>
#include "drbd_int.h"
Go to the source code of this file.
Functions | |
void | seq_printf_with_thousands_grouping (struct seq_file *seq, long v) |
Variables | |
struct proc_dir_entry * | drbd_proc |
struct file_operations | drbd_proc_fops |
Definition at line 49 of file drbd_proc.c.
struct proc_dir_entry* drbd_proc |
Definition at line 40 of file drbd_proc.c.
struct file_operations drbd_proc_fops |
Definition at line 41 of file drbd_proc.c.