mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
11 lines
228 B
C
11 lines
228 B
C
|
// 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;
|
||
|
}
|