sbin/hammer: Directly access volume in volume list
[dragonfly.git] / sys / emulation / linux / linux_sysproto.h
1 /* $DragonFly: src/sys/emulation/linux/linux_sysproto.h,v 1.1 2005/10/08 11:41:11 corecode Exp $ */
2
3 #ifndef LINUX_SYSPROTO
4 #define LINUX_SYSPROTO
5
6 int linux_nosys(struct nosys_args *);
7
8 #endif