xref: /netbsd-src/sys/compat/netbsd32/netbsd32_syscalls_autoload.c (revision 0e6c55b2f5f0f310efcffdc9dc7dc535dd213ed0)
1*0e6c55b2Spgoyette /* $NetBSD: netbsd32_syscalls_autoload.c,v 1.2 2015/12/01 09:10:49 pgoyette Exp $ */
2ae0a7f84Spgoyette 
3ae0a7f84Spgoyette /*
4ae0a7f84Spgoyette  * System call autoload table.
5ae0a7f84Spgoyette  *
6ae0a7f84Spgoyette  * DO NOT EDIT-- this file is automatically generated.
7*0e6c55b2Spgoyette  * created from	NetBSD: syscalls.master,v 1.110 2015/12/01 09:10:03 pgoyette Exp
8ae0a7f84Spgoyette  */
9ae0a7f84Spgoyette 
10ae0a7f84Spgoyette #include <sys/cdefs.h>
11*0e6c55b2Spgoyette __KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.2 2015/12/01 09:10:49 pgoyette Exp $");
12ae0a7f84Spgoyette 
13ae0a7f84Spgoyette #include <sys/proc.h>
14ae0a7f84Spgoyette static struct sc_autoload netbsd32_syscalls_autoload[] = {
15*0e6c55b2Spgoyette 	    { NETBSD32_SYS_netbsd32_nfssvc, "compat_netbsd32_nfssrv" },
16ae0a7f84Spgoyette 	    { 0, NULL }
17ae0a7f84Spgoyette };
18