#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/fs.h>
#include <linux/cdev.h>
#include <linux/dma-mapping.h>
#include <linux/poll.h>
#include <linux/mutex.h>
#include <linux/kref.h>
#include <linux/compat.h>
#include <linux/sched.h>
#include <linux/semaphore.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <rdma/ib_mad.h>
#include <rdma/ib_user_mad.h>
Go to the source code of this file.
- Enumerator:
IB_UMAD_MAX_PORTS |
|
IB_UMAD_MAX_AGENTS |
|
IB_UMAD_MAJOR |
|
IB_UMAD_MINOR_BASE |
|
Definition at line 60 of file user_mad.c.
MODULE_AUTHOR |
( |
"Roland Dreier" |
| ) |
|
module_exit |
( |
ib_umad_cleanup |
| ) |
|
module_init |
( |
ib_umad_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|