brintos

brintos / linux-shallow public Read only

0
0
Text · 245 B · 6eae023 Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/* Copyright(c) 2022 Intel Corporation */3#ifndef ADF_GEN2_DC_H4#define ADF_GEN2_DC_H5 6#include "adf_accel_devices.h"7 8void adf_gen2_init_dc_ops(struct adf_dc_ops *dc_ops);9 10#endif /* ADF_GEN2_DC_H */11