2019-08-12 09:29:35 +00:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2018-01-02 21:20:24 +00:00
|
|
|
/*
|
2019-08-12 09:29:35 +00:00
|
|
|
* Copyright © 2014-2019 Intel Corporation
|
2018-01-02 21:20:24 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _INTEL_GUC_ADS_H_
|
|
|
|
#define _INTEL_GUC_ADS_H_
|
|
|
|
|
|
|
|
struct intel_guc;
|
|
|
|
|
|
|
|
int intel_guc_ads_create(struct intel_guc *guc);
|
|
|
|
void intel_guc_ads_destroy(struct intel_guc *guc);
|
2019-05-27 18:36:00 +00:00
|
|
|
void intel_guc_ads_reset(struct intel_guc *guc);
|
2018-01-02 21:20:24 +00:00
|
|
|
|
|
|
|
#endif
|