Changeset 2210:e8fa1b582bcf in roaraudio


Ignore:
Timestamp:
07/27/09 18:32:24 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added inst struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver_sysclock.h

    r2208 r2210  
    2626#define _DRIVER_SYSCLOCK_H_ 
    2727 
     28struct driver_sysclock { 
     29 int bps; 
     30 struct timeval lasttime; 
     31}; 
     32 
    2833int driver_sysclock_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh); 
    2934 
Note: See TracChangeset for help on using the changeset viewer.