summaryrefslogtreecommitdiff
path: root/sys/sys/exec_aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/exec_aout.h')
-rw-r--r--sys/sys/exec_aout.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h
index 942b665cf3c..e98dd8b5c92 100644
--- a/sys/sys/exec_aout.h
+++ b/sys/sys/exec_aout.h
@@ -1,4 +1,5 @@
-/* $NetBSD: exec_aout.h,v 1.12 1995/08/18 15:32:58 pk Exp $ */
+/* $OpenBSD: exec_aout.h,v 1.2 1996/03/03 12:11:41 niklas Exp $ */
+/* $NetBSD: exec_aout.h,v 1.13 1996/02/09 18:25:10 christos Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -172,9 +173,17 @@ struct exec {
int exec_aout_makecmds __P((struct proc *, struct exec_package *));
/* functions which prepare various a.out executable types */
+/*
+ * MI portion
+ */
int exec_aout_prep_zmagic __P((struct proc *, struct exec_package *));
int exec_aout_prep_nmagic __P((struct proc *, struct exec_package *));
int exec_aout_prep_omagic __P((struct proc *, struct exec_package *));
int exec_aout_setup_stack __P((struct proc *, struct exec_package *));
+/*
+ * MD portion
+ */
+int cpu_exec_aout_makecmds __P((struct proc *, struct exec_package *));
+
#endif /* _KERNEL */