/******************************************************************************12AudioScience HPI driver3Copyright (C) 1997-2010 AudioScience Inc. <[email protected]>45This program is free software; you can redistribute it and/or modify6it under the terms of version 2 of the GNU General Public License as7published by the Free Software Foundation;89This program is distributed in the hope that it will be useful,10but WITHOUT ANY WARRANTY; without even the implied warranty of11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12GNU General Public License for more details.1314You should have received a copy of the GNU General Public License15along with this program; if not, write to the Free Software16Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA1718HPI Extended Message Handler Functions1920(C) Copyright AudioScience Inc. 1997-200321******************************************************************************/2223#ifndef _HPIMSGX_H_24#define _HPIMSGX_H_2526#include "hpi_internal.h"2728#define HPIMSGX_ALLADAPTERS (0xFFFF)2930void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,31void *h_owner);3233#define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex3435#endif /* _HPIMSGX_H_ */363738