summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/include/varargs.h
blob: f85d4737aceeded062e61474b0ed34a86a0ed6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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_ */