summaryrefslogtreecommitdiff
path: root/ghc/compiler/nativeGen/MachMisc.hi-boot
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/nativeGen/MachMisc.hi-boot')
-rw-r--r--ghc/compiler/nativeGen/MachMisc.hi-boot8
1 files changed, 8 insertions, 0 deletions
diff --git a/ghc/compiler/nativeGen/MachMisc.hi-boot b/ghc/compiler/nativeGen/MachMisc.hi-boot
new file mode 100644
index 0000000000..e12bce6df5
--- /dev/null
+++ b/ghc/compiler/nativeGen/MachMisc.hi-boot
@@ -0,0 +1,8 @@
+_interface_ MachMisc 1
+_exports_
+MachMisc fixedHdrSizeInWords fmtAsmLbl varHdrSizeInWords underscorePrefix;
+_declarations_
+1 fixedHdrSizeInWords _:_ PrelBase.Int ;;
+2 fmtAsmLbl _:_ PrelBase.String -> PrelBase.String ;;
+1 varHdrSizeInWords _:_ SMRep.SMRep -> PrelBase.Int ;;
+1 underscorePrefix _:_ PrelBase.Bool ;;