aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.mli
diff options
context:
space:
mode:
Diffstat (limited to 'arm/AsmToJSON.mli')
-rw-r--r--arm/AsmToJSON.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/arm/AsmToJSON.mli b/arm/AsmToJSON.mli
new file mode 100644
index 00000000..20bcba5e
--- /dev/null
+++ b/arm/AsmToJSON.mli
@@ -0,0 +1,13 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Bernhard Schommer, AbsInt Angewandte Informatik GmbH *)
+(* *)
+(* AbsInt Angewandte Informatik GmbH. All rights reserved. This file *)
+(* is distributed under the terms of the INRIA Non-Commercial *)
+(* License Agreement. *)
+(* *)
+(* *********************************************************************)
+
+val p_program: out_channel -> (Asm.coq_function AST.fundef, 'a) AST.program -> unit