/* Created by Hdr2H.  Do not edit.*/
#ifndef INSTALL_DDE_ACORNC_C___EXPORT_APCS_32_C_GLOBAL_MODHAND_H
#define INSTALL_DDE_ACORNC_C___EXPORT_APCS_32_C_GLOBAL_MODHAND_H

#ifdef __CC_NORCROFT
#pragma force_top_level
#pragma include_only_once
#endif

#define ModHandReason_Run                        (0)
#define ModHandReason_Load                       (1)
#define ModHandReason_Enter                      (2)
#define ModHandReason_ReInit                     (3)
#define ModHandReason_Delete                     (4)
#define ModHandReason_RMADesc                    (5)
#define ModHandReason_Claim                      (6)
#define ModHandReason_Free                       (7)
#define ModHandReason_Tidy                       (8)
#define ModHandReason_Clear                      (9)
#define ModHandReason_AddArea                    (10)
#define ModHandReason_CopyArea                   (11)
#define ModHandReason_GetNames                   (12)
#define ModHandReason_ExtendBlock                (13)
#define ModHandReason_NewIncarnation             (14)
#define ModHandReason_RenameIncarnation          (15)
#define ModHandReason_MakePreferred              (16)
#define ModHandReason_AddPoduleModule            (17)
#define ModHandReason_LookupName                 (18)
#define ModHandReason_EnumerateROM_Modules       (19)
#define ModHandReason_EnumerateROM_ModulesWithInfo (20)
#define ModHandReason_FindEndOfROM_ModuleChain   (21)
#define ModHandReason_EnumerateROM_ModulesWithPWP (22)
#define ModHandReason_UnplugInsert               (23)
#define ModHandReason_ClaimAligned               (24)
#define Module_Start                             (0)
#define Module_Init                              (4)
#define Module_Die                               (8)
#define Module_Service                           (12)
#define Module_TitleStr                          (16)
#define Module_HelpStr                           (20)
#define Module_HC_Table                          (24)
#define Module_SWIChunk                          (28)
#define Module_SWIEntry                          (32)
#define Module_NameTable                         (36)
#define Module_NameCode                          (40)
#define Module_MsgFile                           (44)
#define Module_FlagTable                         (48)
#define ModuleFlag_32bit                         (1 << 0)
#define Module_SWIChunkSize                      (64)
#define FS_Command_Flag                          (1 << 31)
#define Status_Keyword_Flag                      (1 << 30)
#define Help_Is_Code_Flag                        (1 << 29)
#define International_Help                       (1 << 28)
#endif
