Changeset 8a64320e in mainline for uspace/drv/nic/ar9271/ath_usb.h
- Timestamp:
- 2015-04-23T23:40:14Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcba819
- Parents:
- 09044cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/ath_usb.h
r09044cb r8a64320e 34 34 35 35 #ifndef ATHEROS_ATH_USB_H 36 #define 36 #define ATHEROS_ATH_USB_H 37 37 38 38 #include <usb/dev/driver.h> 39 40 39 #include "ath.h" 41 40 42 #define RX_TAG 0x4e0043 #define TX_TAG 0x697e41 #define RX_TAG 0x4e00 42 #define TX_TAG 0x697e 44 43 45 44 /** Atheros USB wifi device structure */ … … 56 55 57 56 typedef struct { 58 uint16_t length; 59 uint16_t tag; 57 uint16_t length; /**< Little Endian value! */ 58 uint16_t tag; /**< Little Endian value! */ 60 59 } ath_usb_data_header_t; 61 60 62 extern int ath_usb_init(ath_t * ath, usb_device_t *usb_device);61 extern int ath_usb_init(ath_t *, usb_device_t *); 63 62 64 #endif 63 #endif /* ATHEROS_ATH_USB_H */
Note:
See TracChangeset
for help on using the changeset viewer.