Home | History | Annotate | Line # | Download | only in linux32
linux32_syscall.h revision 1.1
      1 /*	$NetBSD: linux32_syscall.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */
      2 
      3 #ifndef _LINUX32_SYSCALL_H
      4 #define _LINUX32_SYSCALL_H
      5 
      6 #if defined(__amd64__)
      7 #include <compat/linux32/arch/amd64/linux32_syscall.h>
      8 #else
      9 #define	LINUX32_SYS_MAXSYSCALL	0
     10 #endif
     11 
     12 #endif /* !_LINUX32_SYSCALL_H */
     13