nativeMaschine: add module for binding target machine
[mate.git] / Mate / MethodPool.hs-boot
index 9392619e199851dc432e106fd5e60d64a4a329a9..477e6ccfee90cd609da103c0010d10ee0d7da363 100644 (file)
@@ -6,8 +6,10 @@ import Data.Binary
 import qualified Data.ByteString.Lazy as B
 
 import Mate.Types
+import Foreign.C.Types
 
 
 addMethodRef :: Word32 -> MethodInfo -> [B.ByteString] -> IO ()
 compileBB :: RawMethod -> MethodInfo -> IO Word32
 executeFuncPtr :: Word32 -> IO ()
+getMethodEntry :: CUInt -> CUInt -> IO CUInt