[PATCH] x86-64: Remove unused set_seg_base
[linux-2.6/linux-loongson.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 */