Ignore:
File:
1 edited

Legend:

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

    r8a64320e rb7fd2a0  
    117117} wmi_reg_t;
    118118
    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,
     119extern errno_t wmi_reg_read(htc_device_t *, uint32_t, uint32_t *);
     120extern errno_t wmi_reg_write(htc_device_t *, uint32_t, uint32_t);
     121extern errno_t wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t);
     122extern errno_t wmi_reg_set_bit(htc_device_t *, uint32_t, uint32_t);
     123extern errno_t wmi_reg_clear_bit(htc_device_t *, uint32_t, uint32_t);
     124extern errno_t wmi_reg_buffer_write(htc_device_t *, wmi_reg_t *, size_t);
     125extern errno_t 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.