home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / amfm / amfm1 / techcorner / midiroutines.h < prev    next >
C/C++ Source or Header  |  1994-06-20  |  332b  |  10 lines

  1. /* Function definitions for the 'midiroutines.a', and the SAS/C compiler */
  2. /* by Teijo Kinnunen */
  3. #ifndef EXEC_TYPES_H
  4. #include <exec/types.h>
  5. #endif
  6. extern LONG __asm GetSerial(void);
  7. extern void __asm FreeSerial(void);
  8. extern void __asm AddMIDIData(register __a0 UBYTE *,register __d0 UBYTE);
  9. extern void __asm ResetMIDI(void);
  10.