|
|
|
|
/home/brennan/n-sim/OrbisQuartus/server/xen/backend/oq.c File Reference#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/proc_fs.h>
#include <linux/moduleparam.h>
#include "sim_if.h"
#include "oq_kmod.h"
Go to the source code of this file.
Function Documentation
MODULE_AUTHOR |
( |
"Sean M. Brennan" |
|
) |
|
|
MODULE_DESCRIPTION |
( |
"OrbisQuartus Simulator Kernel Module" |
|
) |
|
|
module_exit |
( |
orbisquartus_shutdown |
|
) |
|
|
module_init |
( |
orbisquartus_init |
|
) |
|
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
|
) |
|
|
module_param |
( |
oq_simd |
, |
|
|
charp |
, |
|
|
S_IRUGO |
|
|
) |
|
|
module_param |
( |
oq_test |
, |
|
|
bool |
, |
|
|
S_IRUGO |
|
|
) |
|
|
Variable Documentation
|
Definition at line 57 of file oq.c. |
|