···1#ifndef __CODA_PSDEV_H2#define __CODA_PSDEV_H34-#include <linux/backing-dev.h>5#include <linux/magic.h>67#define CODA_PSDEV_MAJOR 678#define MAX_CODADEVS 5 /* how many do we allow */910#ifdef __KERNEL__0011struct kstatfs;1213/* communication pending/processing queues */
···1#ifndef __CODA_PSDEV_H2#define __CODA_PSDEV_H304#include <linux/magic.h>56#define CODA_PSDEV_MAJOR 677#define MAX_CODADEVS 5 /* how many do we allow */89#ifdef __KERNEL__10+#include <linux/backing-dev.h>11+12struct kstatfs;1314/* communication pending/processing queues */