![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /****************************************************************************** 0003 0004 AudioScience HPI driver 0005 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 0006 0007 0008 HPI Extended Message Handler Functions 0009 0010 (C) Copyright AudioScience Inc. 1997-2003 0011 ******************************************************************************/ 0012 0013 #ifndef _HPIMSGX_H_ 0014 #define _HPIMSGX_H_ 0015 0016 #include "hpi_internal.h" 0017 0018 #define HPIMSGX_ALLADAPTERS (0xFFFF) 0019 0020 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, 0021 void *h_owner); 0022 0023 #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex 0024 0025 #endif /* _HPIMSGX_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |