X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fk2%2Fvdesc_api.h;h=8929e1a5144020c0d80aee6727609999b09038aa;hp=387688917b93c9f445bbd75cf4b1efa290fc1e64;hb=6f2219c1ab25d1dfbb5d2de6508212a27f9d7e9c;hpb=7f95fac61c96c91198ad65198c2fa30dfc936286 diff --git a/target_firmware/magpie_fw_dev/target/inc/k2/vdesc_api.h b/target_firmware/magpie_fw_dev/target/inc/k2/vdesc_api.h index 3876889..8929e1a 100755 --- a/target_firmware/magpie_fw_dev/target/inc/k2/vdesc_api.h +++ b/target_firmware/magpie_fw_dev/target/inc/k2/vdesc_api.h @@ -34,9 +34,9 @@ */ /* * @File: VBUF_api.h - * + * * @Abstract: Host Interface api - * + * * @Notes: */ @@ -53,7 +53,7 @@ typedef struct _VDESC A_UINT16 data_offset; A_UINT16 data_size; A_UINT16 control; - A_UINT8 hw_desc_buf[MAX_HW_DESC_SIZE]; + A_UINT8 hw_desc_buf[MAX_HW_DESC_SIZE]; } VDESC; #define VDESC_HW_TO_VDESC(hwdesc) ((VDESC *)(((A_UINT32 *)hwdesc - 4))) @@ -65,9 +65,9 @@ struct vdesc_api { void (*_swap_vdesc)(VDESC *dest, VDESC *src); /* room to expand this table by another table */ - void *pReserved; + void *pReserved; }; extern void vdesc_module_install(struct vdesc_api *apis); -#endif +#endif