hpimsgx.h 672 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /******************************************************************************
  3. AudioScience HPI driver
  4. Copyright (C) 1997-2011 AudioScience Inc. <[email protected]>
  5. HPI Extended Message Handler Functions
  6. (C) Copyright AudioScience Inc. 1997-2003
  7. ******************************************************************************/
  8. #ifndef _HPIMSGX_H_
  9. #define _HPIMSGX_H_
  10. #include "hpi_internal.h"
  11. #define HPIMSGX_ALLADAPTERS (0xFFFF)
  12. void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
  13. void *h_owner);
  14. #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex
  15. #endif /* _HPIMSGX_H_ */