Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / adf / adf_os_module_pvt.h
1 #ifndef __ADF_OS_MODULE_PVT_H
2 #define __ADF_OS_MODULE_PVT_H
3
4 //#include <sys/module.h>
5 //#include <sys/bus.h>
6
7
8 //int __adf_os_virt_mod(struct module *mod, int event, void *arg);
9
10
11
12
13 /**
14  * MACRO's for initiallization
15  */
16
17 /**
18  * init module macro
19  */
20 #define __adf_os_virt_module_init(_fn)
21
22 /**
23  * @brief generic driver /module init function
24  * 
25  * @param mod (module data)
26  * @param event (LOAD or UNLOAD)
27  * @param arg (any extra argument needed if
28  * 
29  * @return int
30  */
31 /**
32  * exit module macro
33  */
34 #define __adf_os_virt_module_exit(_fn)  
35
36 /**
37  * initiallize a generic module
38  */
39 #define __adf_os_virt_module_name(_name)    
40
41
42 #define __adf_os_module_dep(_name, _dep)    
43
44 #endif