home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / UAE061.LZH / uae-0.6.1 / include / autoconf.h next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  470 b   |  25 lines

  1.  /* 
  2.   * UAE - The Un*x Amiga Emulator
  3.   * 
  4.   * Autoconfig device support
  5.   *
  6.   * (c) 1996 Ed Hanway
  7.   */
  8.  
  9. typedef ULONG (*TrapFunction)(void);
  10.  
  11. extern ULONG addr(int);
  12. extern void dw(UWORD);
  13. extern void dl(ULONG);
  14. extern ULONG ds(char *);
  15. extern void calltrap(ULONG);
  16. extern void org(ULONG);
  17. extern ULONG here(void);
  18. extern int deftrap(TrapFunction);
  19. extern void align(int);
  20. extern ULONG CallLib(CPTR base, WORD offset);
  21.  
  22. #define RTS (0x4e75)
  23.  
  24. extern ULONG explibname;
  25.