18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * ioctl.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Function prototypes 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Copyright (C) 2006 Herbert Poetzl 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifndef OCFS2_IOCTL_PROTO_H 128c2ecf20Sopenharmony_ci#define OCFS2_IOCTL_PROTO_H 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_cilong ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 158c2ecf20Sopenharmony_cilong ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif /* OCFS2_IOCTL_PROTO_H */ 18