From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/fs/ocfs2/ioctl.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ANDROID_3.4.5/fs/ocfs2/ioctl.h (limited to 'ANDROID_3.4.5/fs/ocfs2/ioctl.h') diff --git a/ANDROID_3.4.5/fs/ocfs2/ioctl.h b/ANDROID_3.4.5/fs/ocfs2/ioctl.h new file mode 100644 index 00000000..0cd5323b --- /dev/null +++ b/ANDROID_3.4.5/fs/ocfs2/ioctl.h @@ -0,0 +1,16 @@ +/* + * ioctl.h + * + * Function prototypes + * + * Copyright (C) 2006 Herbert Poetzl + * + */ + +#ifndef OCFS2_IOCTL_PROTO_H +#define OCFS2_IOCTL_PROTO_H + +long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); +long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg); + +#endif /* OCFS2_IOCTL_PROTO_H */ -- cgit