Changeset cf02eaf in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2013-08-22T16:01:19Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b1adf5
Parents:
a6bdccc
Message:

small cstyle changes (mostly reverting to the state before audio merge)

Location:
uspace/lib/c/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/device/hw_res_parsed.h

    ra6bdccc rcf02eaf  
    139139}
    140140
    141 extern int hw_res_list_parse(
    142     const hw_resource_list_t *, hw_res_list_parsed_t *, int);
     141extern int hw_res_list_parse(const hw_resource_list_t *,
     142    hw_res_list_parsed_t *, int);
    143143extern int hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);
    144144
  • uspace/lib/c/include/ipc/dev_iface.h

    ra6bdccc rcf02eaf  
    3737        HW_RES_DEV_IFACE = 0,
    3838
    39         /** Audio device mixer interface */
    40         AUDIO_MIXER_IFACE,
    41         /** Audio device pcm buffer interface */
    42         AUDIO_PCM_BUFFER_IFACE,
    43 
    4439        /** Character device interface */
    4540        CHAR_DEV_IFACE,
     
    4742        /** Graphic device interface */
    4843        GRAPH_DEV_IFACE,
     44
     45        /** Audio device mixer interface */
     46        AUDIO_MIXER_IFACE,
     47        /** Audio device pcm buffer interface */
     48        AUDIO_PCM_BUFFER_IFACE,
    4949       
    5050        /** Network interface controller interface */
     
    6060        /** Interface provided by USB HID devices. */
    6161        USBHID_DEV_IFACE,
     62
    6263        /** Interface provided by Real Time Clock devices */
    6364        CLOCK_DEV_IFACE,
     65
    6466        /** Interface provided by battery powered devices */
    6567        BATTERY_DEV_IFACE,
     68
    6669        /** Interface provided by AHCI devices. */
    6770        AHCI_DEV_IFACE,
Note: See TracChangeset for help on using the changeset viewer.