home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / demodisc / basq / dualmodp / sdi_dac.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-04  |  555 b   |  29 lines

  1. // ************************************************************************
  2. // *
  3. // *    File        : SDI_DAC.H
  4. // *
  5. // *    Description : Header for general DAC device
  6. // *
  7. // *    Copyright (C) 1992 Otto Chrons
  8. // *
  9. // ************************************************************************
  10.  
  11. #ifndef __SDI_DAC_H
  12. #define __SDI_DAC_H
  13.  
  14. #ifndef __DSMIDEF_H
  15. #include "dsmidef.h"
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. void cdecl SDI_DAC(void);
  23. void cdecl setDACTimer( ushort rate );
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.  
  28. #endif
  29.