brintos

brintos / linux-shallow public Read only

0
0
Text · 239 B · 4bf9da2 Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/* Copyright(c) 2022 Intel Corporation */3#ifndef ADF_GEN2_CONFIG_H_4#define ADF_GEN2_CONFIG_H_5 6#include "adf_accel_devices.h"7 8int adf_gen2_dev_config(struct adf_accel_dev *accel_dev);9 10#endif11