| Current File : //usr/include/mpapi-sun.h |
/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
*
* Description
* mpapi-sun.h - general header file for Sun extension to the Multipath
* Management API Version 1.0 client
*
*/
#ifndef _MPAPI_SUN_H
#define _MPAPI_SUN_H
#include <sys/scsi/impl/uscsi.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef MPAPI_SUN_H
#define MPAPI_SUN_H
/**
******************************************************************************
*
* The APIs for path management.
*
* - Sun_MP_SendScsiCmd
*
******************************************************************************
*/
MP_STATUS Sun_MP_SendScsiCmd(
MP_OID pathOid,
struct uscsi_cmd *cmd
);
#endif
#ifdef __cplusplus
};
#endif
#endif /* _MPAPI_SUN_H */