Changes in uspace/drv/nic/ar9271/wmi.h [b7fd2a0:8a64320e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/wmi.h
rb7fd2a0 r8a64320e 117 117 } wmi_reg_t; 118 118 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,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, 126 126 void *); 127 127
Note:
See TracChangeset
for help on using the changeset viewer.