13 lines
243 B
C
13 lines
243 B
C
|
|
/*
|
|
* Copyright(c) 2022 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#include "ocf/ocf_mngt.h"
|
|
|
|
void ocf_mngt_cache_config_set_default_wrapper(struct ocf_mngt_cache_config *cfg)
|
|
{
|
|
ocf_mngt_cache_config_set_default(cfg);
|
|
}
|