1*19ae3330SJohn Clements /*
2*19ae3330SJohn Clements  * Copyright 2020 Advanced Micro Devices, Inc.
3*19ae3330SJohn Clements  *
4*19ae3330SJohn Clements  * Permission is hereby granted, free of charge, to any person obtaining a
5*19ae3330SJohn Clements  * copy of this software and associated documentation files (the "Software"),
6*19ae3330SJohn Clements  * to deal in the Software without restriction, including without limitation
7*19ae3330SJohn Clements  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*19ae3330SJohn Clements  * and/or sell copies of the Software, and to permit persons to whom the
9*19ae3330SJohn Clements  * Software is furnished to do so, subject to the following conditions:
10*19ae3330SJohn Clements  *
11*19ae3330SJohn Clements  * The above copyright notice and this permission notice shall be included in
12*19ae3330SJohn Clements  * all copies or substantial portions of the Software.
13*19ae3330SJohn Clements  *
14*19ae3330SJohn Clements  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*19ae3330SJohn Clements  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*19ae3330SJohn Clements  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*19ae3330SJohn Clements  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*19ae3330SJohn Clements  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*19ae3330SJohn Clements  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*19ae3330SJohn Clements  * OTHER DEALINGS IN THE SOFTWARE.
21*19ae3330SJohn Clements  *
22*19ae3330SJohn Clements  *
23*19ae3330SJohn Clements  */
24*19ae3330SJohn Clements #ifndef _AMDGPU_FW_ATTESTATION_H
25*19ae3330SJohn Clements #define _AMDGPU_FW_ATTESTATION_H
26*19ae3330SJohn Clements 
27*19ae3330SJohn Clements #include "amdgpu.h"
28*19ae3330SJohn Clements 
29*19ae3330SJohn Clements void amdgpu_fw_attestation_debugfs_init(struct amdgpu_device *adev);
30*19ae3330SJohn Clements #endif
31