X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fadf_os_pseudo.h;h=69693f1393cdb592651bc99471c279cdb06c7caa;hb=1a74dd4ff75654a80ac882cc3db7f995c1b5903b;hp=65bf1e80c5c8866071265be599ef21e930064d92;hpb=e9e39b3bf6b4de3b609a5e4ec941254aecfe5cf4;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/target/inc/adf_os_pseudo.h b/target_firmware/magpie_fw_dev/target/inc/adf_os_pseudo.h index 65bf1e8..69693f1 100755 --- a/target_firmware/magpie_fw_dev/target/inc/adf_os_pseudo.h +++ b/target_firmware/magpie_fw_dev/target/inc/adf_os_pseudo.h @@ -44,18 +44,18 @@ /** * @brief Specify the module's entry point. - */ + */ #define adf_os_pseudo_module_init(_fn) __adf_os_pseudo_module_init(_fn) /** * @brief Specify the module's exit point. - */ + */ #define adf_os_pseudo_module_exit(_fn) __adf_os_pseudo_module_exit(_fn) /** * @brief Setup the following driver information: name, pseudo IDs of devices * supported and some device handlers. - */ + */ #define adf_os_pseudo_set_drv_info(_name, _ifname, _pseudo_ids, _attach, _detach, \ _suspend, _resume) \ __adf_os_pseudo_set_drv_info(_name, _ifname, _pseudo_ids, \