Sign in
android-kvm
/
linux
/
0558226cebee256aa3f8ec0cc5a800a10bf120a6
/
.
/
tools
/
testing
/
cxl
/
mock_mem.c
blob: d1dec5845139dfdabaa2dff2e49938f74821ea4f [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright(c) 2022 Intel Corporation. All rights reserved. */
#include
<linux/types.h>
struct
cxl_dev_state
;
bool
cxl_dvsec_decode_init
(
struct
cxl_dev_state
*
cxlds
)
{
return
true
;
}