1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
4  */
5 
6 #ifndef __IRIS_HFI_GEN1_H__
7 #define __IRIS_HFI_GEN1_H__
8 
9 struct iris_core;
10 struct iris_inst;
11 
12 void iris_hfi_gen1_command_ops_init(struct iris_core *core);
13 void iris_hfi_gen1_response_ops_init(struct iris_core *core);
14 struct iris_inst *iris_hfi_gen1_get_instance(void);
15 
16 #endif
17