Blame view

fs/ocfs2/ioctl.h 330 Bytes
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
1
2
3
4
5
6
7
8
  /*
   * ioctl.h
   *
   * Function prototypes
   *
   * Copyright (C) 2006 Herbert Poetzl
   *
   */
9df5778ec   Tristan Ye   Ocfs2: Move ocfs2...
9
10
  #ifndef OCFS2_IOCTL_PROTO_H
  #define OCFS2_IOCTL_PROTO_H
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
11

c9ec14884   Andi Kleen   ocfs2: Convert oc...
12
  long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
586d232b1   Mark Fasheh   ocfs2: Implement ...
13
  long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
14

9df5778ec   Tristan Ye   Ocfs2: Move ocfs2...
15
  #endif /* OCFS2_IOCTL_PROTO_H */