Files @ d0a14f973771
Branch filter:

Location: vmkdrivers/BLD/build/HEADERS/vmkapi-current-all-public/vmkernel64/release/device/vmkapi_isa.h - annotation

unknown
ESXi-5.0-U1
/***************************************************************************
 * Copyright 2008 - 2009 VMware, Inc.  All rights reserved.
 ***************************************************************************/

/*
 * @VMKAPIMOD_LICENSE@
 */

/*
 ***********************************************************************
 * ISA                                                            */ /**
 * \addtogroup Device
 * @{
 * \defgroup ISA ISA-Bus Interfaces
 * @{
 ***********************************************************************
 */

#ifndef _VMKAPI_ISA_H_
#define _VMKAPI_ISA_H_

/** \cond never */
#ifndef VMK_HEADER_INCLUDED_FROM_VMKAPI_H
#error This vmkapi file should never be included directly but only via vmkapi.h
#endif
/** \endcond never */

/*
 ***********************************************************************
 * vmk_ISAMapIRQToVector --                                       */ /**
 *
 * \ingroup ISA
 * \brief Retrieves the vector the kernel assigned for an isa IRQ
 *
 * \param[in]  isaIRQ    ISA IRQ value.
 * \param[out] vector    Corresponding vector for specified IRQ.
 *
 * \retval VMK_BAD_PARAM   isaIRQ is out of range.
 * \retval VMK_BAD_PARAM   Vector was NULL.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_ISAMapIRQToVector(vmk_uint32 isaIRQ,
                                       vmk_uint32 *vector);
#endif /* _VMKAPI_ISA_H_ */
/** @} */
/** @} */