Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
[linux-2.6/mini2440.git] / fs / ocfs2 / ioctl.h
blob4a7c82931dbaeb9ce298eecd256536b8ada7f715
1 /*
2 * ioctl.h
4 * Function prototypes
6 * Copyright (C) 2006 Herbert Poetzl
8 */
10 #ifndef OCFS2_IOCTL_H
11 #define OCFS2_IOCTL_H
13 int ocfs2_ioctl(struct inode * inode, struct file * filp,
14 unsigned int cmd, unsigned long arg);
16 #endif /* OCFS2_IOCTL_H */