summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/varargs.h
blob: a399f55b2a2e152a07b3bef43ded1299682e271f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: varargs.h,v 1.2 2006/01/06 18:53:05 millert Exp $	*/

#ifndef _M88K_VARARGS_H_
#define _M88K_VARARGS_H_

#define	_VARARGS_H

#include <machine/_types.h>
#include <machine/va-m88k.h>

typedef	__va_list	va_list;

#endif	/* _M88K_VARARGS_H_ */