xref: /netbsd-src/sys/compat/netbsd32/netbsd32_syscalls_autoload.c (revision ae0a7f84e1c67fe3660280bd16b48f6b08b8af8e)
1*ae0a7f84Spgoyette /* $NetBSD: netbsd32_syscalls_autoload.c,v 1.1 2015/12/01 02:21:17 pgoyette Exp $ */
2*ae0a7f84Spgoyette 
3*ae0a7f84Spgoyette /*
4*ae0a7f84Spgoyette  * System call autoload table.
5*ae0a7f84Spgoyette  *
6*ae0a7f84Spgoyette  * DO NOT EDIT-- this file is automatically generated.
7*ae0a7f84Spgoyette  * created from	NetBSD: syscalls.master,v 1.109 2015/06/23 04:44:08 dholland Exp
8*ae0a7f84Spgoyette  */
9*ae0a7f84Spgoyette 
10*ae0a7f84Spgoyette #include <sys/cdefs.h>
11*ae0a7f84Spgoyette __KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.1 2015/12/01 02:21:17 pgoyette Exp $");
12*ae0a7f84Spgoyette 
13*ae0a7f84Spgoyette #include <sys/proc.h>
14*ae0a7f84Spgoyette static struct sc_autoload netbsd32_syscalls_autoload[] = {
15*ae0a7f84Spgoyette 	    { 0, NULL }
16*ae0a7f84Spgoyette };
17