summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/varargs.h
blob: 6252ba0560d24ea2ceb09cef858cbb56bc553fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: varargs.h,v 1.7 2002/03/23 23:27:13 miod 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_ */