NetBSD/sys/compat/osf1/osf1_util.h

14 lines
324 B
C
Raw Normal View History

1998-05-20 20:34:29 +04:00
/* $NetBSD: osf1_util.h,v 1.3 1998/05/20 16:34:29 chs Exp $ */
#ifndef _OSF1_OSF1_UTIL_H_
#define _OSF1_OSF1_UTIL_H_
1998-01-05 20:51:27 +03:00
#include <compat/common/compat_util.h>
1998-05-20 20:34:29 +04:00
extern const char osf1_emul_path[];
#define OSF1_CHECK_ALT_EXIST(p, sgp, path) \
CHECK_ALT_EXIST(p, sgp, osf1_emul_path, path)
#endif /* _OSF1_OSF1_UTIL_H_ */