#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/types.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/notifier.h>
#include <linux/reboot.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/mm.h>
#include <linux/uio.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/sn/addrs.h>
#include <asm/sn/intr.h>
#include <asm/sn/tiocx.h>
#include "mbcs.h"
Go to the source code of this file.
DEVICE_ATTR |
( |
algo |
, |
|
|
0644 |
, |
|
|
show_algo |
, |
|
|
store_algo |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Driver for MOATB Core Services" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
cx |
, |
|
|
mbcs_id_table |
|
|
) |
| |
module_exit |
( |
mbcs_exit |
| ) |
|
module_init |
( |
mbcs_init |
| ) |
|