swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 81cfe79b9c577139a873483654640eb3f6e78c39 authored by Linus Torvalds on 19 September 2007, 23:01:13 UTC
Linux 2.6.23-rc7
Tip revision: 81cfe79
ioctl.h
/*
 * ioctl.h
 *
 * Function prototypes
 *
 * Copyright (C) 2006 Herbert Poetzl
 *
 */

#ifndef OCFS2_IOCTL_H
#define OCFS2_IOCTL_H

int ocfs2_ioctl(struct inode * inode, struct file * filp,
	unsigned int cmd, unsigned long arg);
long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);

#endif /* OCFS2_IOCTL_H */
back to top