/* Copyright (c) 1995 Simtec / Neil A Carson / WonderWorks
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are not permitted without express permission of the Authors.
 */

/* C language header file for Hydra Software interrupts
 */

#ifndef __HYDRASWIS_H

#define __HYDRASWIS_H

/******************************************************************************/

#define Hydra_Version        0x4B900
#define Hydra_Processors     0x4B901
#define Hydra_RegisterTerm   0x4B902
#define Hydra_Reset          0x4B903
#define Hydra_Support        0x4B904
#define Hydra_SnapshotRegs   0x4B905
#define Hydra_NewChunk       0x4B906
#define Hydra_FreeChunk      0x4B907
#define Hydra_ResizeChunk    0x4B908
#define Hydra_MapChunk       0x4B909
#define Hydra_Call           0x4B90A
#define Hydra_LoadChunk      0x4B90B
#define Hydra_ChunkInfo      0x4B90C
#define Hydra_QueueTask      0x4B90D
#define Hydra_PollTask       0x4B90E
#define Hydra_NewAlias       0x4B90F

#endif
