Initial commit
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
14
modules/cas_cache/utils/utils_blk.h
Normal file
14
modules/cas_cache/utils/utils_blk.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright(c) 2012-2019 Intel Corporation
|
||||
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
*/
|
||||
|
||||
#ifndef UTILS_BLK_H_
|
||||
#define UTILS_BLK_H_
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include <linux/genhd.h>
|
||||
|
||||
int cas_blk_get_part_count(struct block_device *bdev);
|
||||
|
||||
#endif /* UTILS_BLK_H_ */
|
Reference in New Issue
Block a user