X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Fadf%2Fadf_os_module_pvt.h;h=08313ba0bf3f668dc638405cf107e880f3d227cc;hb=6f2219c1ab25d1dfbb5d2de6508212a27f9d7e9c;hp=9ce6c5510d7660aea62afcae07d07108ca8092e3;hpb=3e5dd3888ba1025aee295f8fc26ceb8d4eef8a9a;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/target/adf/adf_os_module_pvt.h b/target_firmware/magpie_fw_dev/target/adf/adf_os_module_pvt.h index 9ce6c55..08313ba 100755 --- a/target_firmware/magpie_fw_dev/target/adf/adf_os_module_pvt.h +++ b/target_firmware/magpie_fw_dev/target/adf/adf_os_module_pvt.h @@ -55,24 +55,18 @@ /** * @brief generic driver /module init function - * + * * @param mod (module data) * @param event (LOAD or UNLOAD) * @param arg (any extra argument needed if - * + * * @return int */ /** * exit module macro */ -#define __adf_os_virt_module_exit(_fn) - -/** - * initiallize a generic module - */ -#define __adf_os_virt_module_name(_name) - +#define __adf_os_virt_module_exit(_fn) -#define __adf_os_module_dep(_name, _dep) +#define __adf_os_module_dep(_name, _dep) #endif