11 lines
155 B
C
11 lines
155 B
C
|
#ifndef _SH3_VARARGS_H_
|
||
|
#define _SH3_VARARGS_H_
|
||
|
|
||
|
#define _VARARGS_H
|
||
|
|
||
|
#include "sh3/va-sh.h"
|
||
|
|
||
|
typedef __gnuc_va_list va_list;
|
||
|
|
||
|
#endif /* _SH3_VARARGS_H_ */
|