Changeset 1979:c77a7e4c7d67 in roaraudio


Ignore:
Timestamp:
06/12/09 04:12:05 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

inst struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver_pwmled.h

    r1978 r1979  
    2626#define _DRIVER_PWMLED_H_ 
    2727 
     28struct driver_pwmled { 
     29 struct roar_vio_calls  vio; 
     30 struct roar_lpwm_state state; 
     31}; 
     32 
    2833int driver_pwmled_open_vio  (struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh); 
    2934ssize_t driver_pwmled_write (struct roar_vio_calls * vio,  void *buf, size_t count); 
Note: See TracChangeset for help on using the changeset viewer.