Initial commit
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
11
modules/cas_cache/control.h
Normal file
11
modules/cas_cache/control.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright(c) 2012-2019 Intel Corporation
|
||||
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
*/
|
||||
#ifndef __CAS_CONTROL_H__
|
||||
#define __CAS_CONTROL_H__
|
||||
|
||||
int __init cas_ctrl_device_init(void);
|
||||
void __exit cas_ctrl_device_deinit(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user