Changeset b7fd2a0 in mainline for uspace/drv/nic/ar9271/wmi.h
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/wmi.h
r36f0738 rb7fd2a0 117 117 } wmi_reg_t; 118 118 119 extern int wmi_reg_read(htc_device_t *, uint32_t, uint32_t *);120 extern int wmi_reg_write(htc_device_t *, uint32_t, uint32_t);121 extern int wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t);122 extern int wmi_reg_set_bit(htc_device_t *, uint32_t, uint32_t);123 extern int wmi_reg_clear_bit(htc_device_t *, uint32_t, uint32_t);124 extern int wmi_reg_buffer_write(htc_device_t *, wmi_reg_t *, size_t);125 extern int wmi_send_command(htc_device_t *, wmi_command_t, uint8_t *, uint32_t,119 extern errno_t wmi_reg_read(htc_device_t *, uint32_t, uint32_t *); 120 extern errno_t wmi_reg_write(htc_device_t *, uint32_t, uint32_t); 121 extern errno_t wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t); 122 extern errno_t wmi_reg_set_bit(htc_device_t *, uint32_t, uint32_t); 123 extern errno_t wmi_reg_clear_bit(htc_device_t *, uint32_t, uint32_t); 124 extern errno_t wmi_reg_buffer_write(htc_device_t *, wmi_reg_t *, size_t); 125 extern errno_t wmi_send_command(htc_device_t *, wmi_command_t, uint8_t *, uint32_t, 126 126 void *); 127 127
Note:
See TracChangeset
for help on using the changeset viewer.