ocf/src/cleaning/nop_structs.h
Rafal Stefanowski 6ed4cf8a24 Update copyright statements (2021)
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2021-01-21 13:17:34 +01:00

16 lines
298 B
C

/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#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