summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/stdarg.h
blob: 63b13410656699956e0afda39bec4d0d539a98f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*	$OpenBSD: stdarg.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $	*/

#ifndef _M88K_STDARG_H_
#define _M88K_STDARG_H_

#include <machine/_types.h>

#ifndef	_STDARG_H
#define	_STDARG_H
#endif

#include <machine/va-m88k.h>

typedef	__va_list	va_list;

#endif	/* _M88K_STDARG_H_ */