home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / amd-udi / udi / udidos.ah < prev    next >
Encoding:
Text File  |  1993-12-23  |  1.5 KB  |  44 lines

  1. ;******************************************************************************
  2. ;* Copyright 1991 Advanced Micro Devices, Inc.
  3. ;*
  4. ;* This software is the property of Advanced Micro Devices, Inc  (AMD)  which
  5. ;* specifically  grants the user the right to modify, use and distribute this
  6. ;* software provided this notice is not removed or altered.  All other rights
  7. ;* are reserved by AMD.
  8. ;*
  9. ;* AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  10. ;* SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  11. ;* DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  12. ;* USE OF THIS SOFTWARE.
  13. ;*
  14. ;* Comments about this software should be directed to udi@amd.com. If access
  15. ;* to electronic mail isn't available, send mail to:
  16. ;*
  17. ;* Advanced Micro Devices, Inc.
  18. ;* 29K Support Products
  19. ;* Mail Stop 573
  20. ;* 5900 E. Ben White Blvd.
  21. ;* Austin, TX 78741
  22. ;*****************************************************************************
  23. ;*       $Id: udidos.ah,v 1.2 1993/12/23 04:45:00 cassidy Exp $
  24. ;*/
  25. ;
  26. ; The following structure is filled in by a small assembly
  27. ; language piece of code that runs when UDIDisconnect is
  28. ; called by the DFE. It is used by a small piece of assembly
  29. ; code on the DFE side IF the TIP used DOS Exit to clean it-
  30. ; self up. The DFE side code then "returns" on behalf of the
  31. ; TIP.
  32. ; This structure should track with a C language version of
  33. ; the same structure in udidos.h.
  34. DOSTerm STRUC
  35. TermFunc    dd    ?
  36. sds    dw    ?
  37. sss    dw    ?
  38. ssi    dw    ?
  39. sdi    dw    ?
  40. ssp    dw    ?
  41. retval    dw    ?
  42. sbp    dw    ?
  43. DOSTerm    ENDS
  44.