#include "common.h"
#include "4965.h"
static const char *fmt_value = …;
static const char *fmt_table = …;
static const char *fmt_header = …;
static int
il4965_stats_flag(struct il_priv *il, char *buf, int bufsz)
{ … }
static ssize_t
il4965_ucode_rx_stats_read(struct file *file, char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
static ssize_t
il4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
static ssize_t
il4965_ucode_general_stats_read(struct file *file, char __user *user_buf,
size_t count, loff_t *ppos)
{ … }
const struct il_debugfs_ops il4965_debugfs_ops = …;