
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
16 lines
292 B
C
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
|