summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/include/varargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/luna88k/include/varargs.h')
-rw-r--r--sys/arch/luna88k/include/varargs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/arch/luna88k/include/varargs.h b/sys/arch/luna88k/include/varargs.h
new file mode 100644
index 00000000000..f85d4737ace
--- /dev/null
+++ b/sys/arch/luna88k/include/varargs.h
@@ -0,0 +1,13 @@
+/* $OpenBSD: varargs.h,v 1.1 2004/04/21 15:23:58 aoyama Exp $ */
+
+#ifndef _M88K_VARARGS_H_
+#define _M88K_VARARGS_H_
+
+#define _VARARGS_H
+
+#include <machine/ansi.h>
+#include <machine/va-m88k.h>
+
+typedef _BSD_VA_LIST_ va_list;
+
+#endif /* _M88K_VARARGS_H_ */