hpimsgx.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /******************************************************************************
  2. AudioScience HPI driver
  3. Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of version 2 of the GNU General Public License as
  6. published by the Free Software Foundation;
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program; if not, write to the Free Software
  13. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  14. HPI Extended Message Handler Functions
  15. (C) Copyright AudioScience Inc. 1997-2003
  16. ******************************************************************************/
  17. #ifndef _HPIMSGX_H_
  18. #define _HPIMSGX_H_
  19. #include "hpi_internal.h"
  20. #define HPIMSGX_ALLADAPTERS (0xFFFF)
  21. void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
  22. void *h_owner);
  23. #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex
  24. #endif /* _HPIMSGX_H_ */