open-cas-linux/modules/cas_cache/service_ui_ioctl.h
Rafal Stefanowski acec05060d Fix license
Change license to BSD-3-Clause

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2021-10-28 12:46:42 +02:00

16 lines
270 B
C

/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __SERVICE_UI_IOCTL_H__
#define __SERVICE_UI_IOCTL_H__
struct casdsk_disk;
long cas_service_ioctl_ctrl(struct file *filp, unsigned int cmd,
unsigned long arg);
#endif