ocf/src/cleaning/nop_structs.h
Rafal Stefanowski f22da1cde7 Fix license
Change license to BSD-3-Clause

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2021-10-28 13:08:50 +02:00

16 lines
292 B
C

/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __LAYER_CLEANING_POLICY_NOP_STRUCTS_H__
#define __LAYER_CLEANING_POLICY_NOP_STRUCTS_H__
struct nop_cleaning_policy_meta {
} __attribute__((packed));
struct nop_cleaning_policy {
};
#endif