usb_plat/usb_shai_api/inc/usb_peripheral_shai_shared.h
changeset 51 eaaed528d5fd
parent 36 1a2a19ee918d
child 59 bbdce6bffaad
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
    17 
    17 
    18 /** @file
    18 /** @file
    19 
    19 
    20     @brief USB Peripheral SHAI header shared part.
    20     @brief USB Peripheral SHAI header shared part.
    21 
    21 
       
    22     @version 0.4.0
       
    23 
    22     Some Non-kernel USB code will also use structure defined in this
    24     Some Non-kernel USB code will also use structure defined in this
    23     header.  Since usb_peripheral_shai.h always need to include
    25     header.  Since usb_peripheral_shai.h always need to include
    24     <kern_priv.h> which is not visible to non-kernel layers, a
    26     <kern_priv.h> which is not visible to non-kernel layers, a
    25     separated header is needed.
    27     separated header is needed.
    26     
    28     
    27     This header is the one that defined all common structures used by
    29     This header is the one that defined all common structures used by
    28     kernel & non-kernel layers software.
    30     kernel & non-kernel layers software.
    29     
    31     
       
    32     The file is versioned for the sake of the human reader and follows
       
    33     the version of the USB Peripheral SHAI header
       
    34     usb_peripheral_shai.h.
       
    35 
    30     Peripheral SHAI header always include this header automatically.
    36     Peripheral SHAI header always include this header automatically.
    31     
    37     
    32     @publishedDeviceAbstraction
    38     @publishedDeviceAbstraction
    33 */
    39 */
    34 
    40