ansi.h revision 1.5
1/*
2 *	$Id: ansi.h,v 1.5 1994/02/07 15:16:17 chopps Exp $
3 */
4
5#ifndef _MACHINE_ANSI_H
6#define _MACHINE_ANSI_H
7
8/* Just use the common m68k definition */
9#include <m68k/ansi.h>
10
11#endif /* _MACHINE_ANSI_H */
12