Linux Kernel
3.7.1
|
#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/completion.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/skbuff.h>
#include <linux/export.h>
#include "aoe.h"
Go to the source code of this file.
Data Structures | |
struct | aoe_chardev |
struct | ErrMsg |
Enumerations | |
enum | { MINOR_ERR = 2, MINOR_DISCOVER, MINOR_INTERFACES, MINOR_REVALIDATE, MINOR_FLUSH, MSGSZ = 2048, NMSG = 100 } |
enum | { EMFL_VALID = 1 } |
Functions | |
void | aoechr_error (char *msg) |
int __init | aoechr_init (void) |
void | aoechr_exit (void) |
anonymous enum |