N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

/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.

Functions

 MODULE_LICENSE ("Dual BSD/GPL")
 MODULE_DESCRIPTION ("OrbisQuartus Simulator Kernel Module")
 MODULE_AUTHOR ("Sean M. Brennan")
 module_param (oq_test, bool, S_IRUGO)
 module_param (oq_simd, charp, S_IRUGO)
 module_init (orbisquartus_init)
 module_exit (orbisquartus_shutdown)

Variables

char oq_simulation_daemon [PATH_MAX]
proc_dir_entry * oq_dir
oq_devoq_device


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

struct oq_dev* oq_device
 

Definition at line 59 of file oq.c.

Referenced by OQLOG().

struct proc_dir_entry* oq_dir
 

Definition at line 58 of file oq.c.

Referenced by init_simulator_iface(), and shutdown_simulator_iface().

char oq_simulation_daemon[PATH_MAX]
 

Definition at line 57 of file oq.c.


© 2007, Los Alamos National Security, LLC.