Add GetKeys()

This commit is contained in:
Laurent Vivier 2005-08-21 21:22:15 +00:00
parent 221fbfb12a
commit 5963764d98
2 changed files with 15 additions and 0 deletions

View File

@ -403,6 +403,17 @@ SysError:
unlk %fp
rts
/* void GetKeys(KeyMap); */
.global GetKeys
GetKeys:
link %fp, #0
move.l 8(%fp), %d0
move.l %d0, -(%sp)
dc.w 0xA976 /* GetKeys */
unlk %fp
rts
#if defined(SCSI_SUPPORT)
/* SCSI support */

View File

@ -253,6 +253,10 @@ extern OSErr PBCloseSync(ParmBlkPtr paramBlock);
extern OSErr PBControlSync(ParmBlkPtr paramBlock);
extern void SysError(short errorCode);
typedef u_int32_t KeyMap[4];
extern void GetKeys(KeyMap);
#if defined(SCSI_SUPPORT)
enum {