swh:1:snp:38ae39f9fd01a4b0ef06fab5668b65bf4c2aca03
Raw File
Tip revision: 0215ffb08ce99e2bb59eca114a99499a4d06e704 authored by Linus Torvalds on 29 November 2006, 21:57:37 UTC
Linux 2.6.19
Tip revision: 0215ffb
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);

#endif /* OCFS2_IOCTL_H */
back to top