Files
linux-apfs/fs/ocfs2/ioctl.h
T

17 lines
330 B
C
Raw Normal View History

2006-07-03 17:27:12 -07:00
/*
* ioctl.h
*
* Function prototypes
*
* Copyright (C) 2006 Herbert Poetzl
*
*/
#ifndef OCFS2_IOCTL_PROTO_H
#define OCFS2_IOCTL_PROTO_H
2006-07-03 17:27:12 -07:00
2008-01-27 03:17:17 +01:00
long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
2007-03-09 15:56:28 -08:00
long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
2006-07-03 17:27:12 -07:00
#endif /* OCFS2_IOCTL_PROTO_H */