home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / system / shutdown / shutdownextra.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-01  |  108 b   |  10 lines

  1. #define JMP_ABS    0x4EF9
  2. #define JSR_ABS    0x4EB9
  3.  
  4. struct Wedge
  5. {
  6.     UWORD    Command;
  7.     APTR    Address;
  8.     UWORD    Pad;
  9. };
  10.