18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/****************************************************************************** 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci AudioScience HPI driver 58c2ecf20Sopenharmony_ci Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci HPI Extended Message Handler Functions 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci(C) Copyright AudioScience Inc. 1997-2003 118c2ecf20Sopenharmony_ci******************************************************************************/ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#ifndef _HPIMSGX_H_ 148c2ecf20Sopenharmony_ci#define _HPIMSGX_H_ 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#include "hpi_internal.h" 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#define HPIMSGX_ALLADAPTERS (0xFFFF) 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_civoid hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, 218c2ecf20Sopenharmony_ci void *h_owner); 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci#endif /* _HPIMSGX_H_ */ 26