HAMMER 61E/Many: Stabilization, Performance
[dragonfly.git] / sys / emulation / linux / linux_sysproto.h
blob384e631e8c7c626c7e7af9f5dfda056674cc9910
1 /* $DragonFly: src/sys/emulation/linux/linux_sysproto.h,v 1.1 2005/10/08 11:41:11 corecode Exp $ */
3 #ifndef LINUX_SYSPROTO
4 #define LINUX_SYSPROTO
6 int linux_nosys(struct nosys_args *);
8 #endif