2006-07-03 18:27:12 -06:00
|
|
|
/*
|
|
|
|
* ioctl.h
|
|
|
|
*
|
|
|
|
* Function prototypes
|
|
|
|
*
|
|
|
|
* Copyright (C) 2006 Herbert Poetzl
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2010-03-01 22:59:42 -07:00
|
|
|
#ifndef OCFS2_IOCTL_PROTO_H
|
|
|
|
#define OCFS2_IOCTL_PROTO_H
|
2006-07-03 18:27:12 -06:00
|
|
|
|
2008-01-26 19:17:17 -07:00
|
|
|
long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
|
2007-03-09 16:56:28 -07:00
|
|
|
long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
|
2006-07-03 18:27:12 -06:00
|
|
|
|
2010-03-01 22:59:42 -07:00
|
|
|
#endif /* OCFS2_IOCTL_PROTO_H */
|