• Simon Evans's avatar
    [PATCH] more typedef removal from usbvideo · 3368075a
    Simon Evans authored
    This patch removes some more typedefs from usbvideo and related files
    
    typedef struct { .. } RingQueue_t -> struct RingQueue
    typedef struct { .. } usbvideo_sbuf_t -> struct usbvideo_sbuf
    typedef struct { .. } usbvideo_frame_t -> struct usbvideo_frame
    typedef struct { .. } usbvideo_statistics_t -> struct usbvideo_statistics
    typedef struct { .. } usbvideo_cb_t -> struct usbvideo_cb
    3368075a
ultracam.c 21.5 KB