David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /****************************************************************************** |
| 3 | |
| 4 | AudioScience HPI driver |
| 5 | Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> |
| 6 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 7 | |
| 8 | HPI Extended Message Handler Functions |
| 9 | |
| 10 | (C) Copyright AudioScience Inc. 1997-2003 |
| 11 | ******************************************************************************/ |
| 12 | |
| 13 | #ifndef _HPIMSGX_H_ |
| 14 | #define _HPIMSGX_H_ |
| 15 | |
| 16 | #include "hpi_internal.h" |
| 17 | |
| 18 | #define HPIMSGX_ALLADAPTERS (0xFFFF) |
| 19 | |
| 20 | void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, |
| 21 | void *h_owner); |
| 22 | |
| 23 | #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex |
| 24 | |
| 25 | #endif /* _HPIMSGX_H_ */ |