summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/adf_gen2_config.h
blob: 4bf9da2de68aad1f964a70e8a027e72731da40df (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright(c) 2022 Intel Corporation */
#ifndef ADF_GEN2_CONFIG_H_
#define ADF_GEN2_CONFIG_H_

#include "adf_accel_devices.h"

int adf_gen2_dev_config(struct adf_accel_dev *accel_dev);

#endif