home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gtak212.zip / OS2-ADD / header.asm < prev    next >
Assembly Source File  |  1992-09-02  |  596b  |  18 lines

  1. ;##############################################################################
  2. ; $Id: header.asm,v 1.1.1.1 1992/09/02 18:58:23 ak Exp $
  3. ;##############################################################################
  4. ; $Log: header.asm,v $
  5. ; Revision 1.1.1.1  1992/09/02  18:58:23  ak
  6. ; Initial checkin of OS/2 ADD based SCSI tape device driver.
  7. ;
  8. ; Revision 1.1  1992/09/02  18:58:21  ak
  9. ; Initial revision
  10. ;
  11. ;##############################################################################
  12. DD_ATTRIB    equ    OS2L2+IDC+SHARE+OPN+CHR
  13. DD_NAME        equ    '????????'
  14.  
  15. include dd-head.inc
  16.  
  17.     end
  18.