home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / clib / console_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-08  |  823 b   |  33 lines

  1. #ifndef CLIB_CONSOLE_PROTOS_H
  2. #define CLIB_CONSOLE_PROTOS_H
  3.  
  4. /*
  5.     (C) 1995-97 AROS - The Amiga Replacement OS
  6.     $Id: console_protos.h,v 1.7 1997/01/30 08:27:36 digulla Exp $
  7.  
  8.     Desc: Prototypes for console.device
  9.     Lang: english
  10. */
  11.  
  12. #ifndef AROS_LIBCALL_H
  13. #   include <aros/libcall.h>
  14. #endif
  15.  
  16. /*
  17.     Prototypes
  18. */
  19. AROS_LP2(struct InputEvent *, CDInputHandler,
  20.     AROS_LPA(struct InputEvent *, events, A0),
  21.     AROS_LPA(struct Library    *, consoleDevice, A1),
  22.     struct Library *, ConsoleDevice, 7, Console)
  23.  
  24. AROS_LP4(LONG, RawKeyConvert,
  25.     AROS_LPA(struct InputEvent *, events, A0),
  26.     AROS_LPA(STRPTR             , buffer, A1),
  27.     AROS_LPA(LONG               , length, D1),
  28.     AROS_LPA(struct KeyMap     *, keyMap, A2),
  29.     struct Library *, ConsoleDevice, 8, Console)
  30.  
  31.  
  32. #endif /* CLIB_CONSOLE_PROTOS_H */
  33.