{-# LANGUAGE ForeignFunctionInterface #-} {-| Module : Heystone.CPU.Arm64 Description : Definitions for the ARM64 architecture. Copyright : (C) Adrian Herrera, 2016 License : GPL-2 Definitions for the ARM64 architecture. -} module Heystone.CPU.Arm64 ( Error(..) ) where {# context lib = "keystone" #} #include -- | ARM64 errors. {# enum ks_err_asm_arm64 as Error { underscoreToCase } with prefix = "KS_ERR_ASM_ARM64_" deriving (Show, Eq, Bounded) #}