1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /******************************************************************************
4 AudioScience HPI driver
8 HPI Extended Message Handler Functions
10 (C) Copyright AudioScience Inc. 1997-2003
11 ******************************************************************************/
16 #include "hpi_internal.h"
18 #define HPIMSGX_ALLADAPTERS (0xFFFF)
20 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
23 #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex
25 #endif /* _HPIMSGX_H_ */