Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ar9271/wmi.h

    rb7fd2a0 r8a64320e  
    117117} wmi_reg_t;
    118118
    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,
     119extern int wmi_reg_read(htc_device_t *, uint32_t, uint32_t *);
     120extern int wmi_reg_write(htc_device_t *, uint32_t, uint32_t);
     121extern int wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t);
     122extern int wmi_reg_set_bit(htc_device_t *, uint32_t, uint32_t);
     123extern int wmi_reg_clear_bit(htc_device_t *, uint32_t, uint32_t);
     124extern int wmi_reg_buffer_write(htc_device_t *, wmi_reg_t *, size_t);
     125extern int wmi_send_command(htc_device_t *, wmi_command_t, uint8_t *, uint32_t,
    126126    void *);
    127127
Note: See TracChangeset for help on using the changeset viewer.