Sun_fcSetBindingSupport.cc revision 2
308N/A/*
308N/A * CDDL HEADER START
308N/A *
308N/A * The contents of this file are subject to the terms of the
308N/A * Common Development and Distribution License (the "License").
308N/A * You may not use this file except in compliance with the License.
308N/A *
308N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
308N/A * or http://www.opensolaris.org/os/licensing.
308N/A * See the License for the specific language governing permissions
308N/A * and limitations under the License.
308N/A *
308N/A * When distributing Covered Code, include this CDDL HEADER in each
308N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
308N/A * If applicable, add the following below this CDDL HEADER, with the
308N/A * fields enclosed by brackets "[]" replaced with your own identifying
308N/A * information: Portions Copyright [yyyy] [name of copyright owner]
308N/A *
308N/A * CDDL HEADER END
308N/A */
308N/A/*
308N/A * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
308N/A * Use is subject to license terms.
308N/A */
308N/A
308N/A
308N/A
308N/A#include "Trace.h"
308N/A#include "Exceptions.h"
308N/A#ifdef __cplusplus
308N/Aextern "C" {
308N/A#endif
308N/A
308N/A/**
308N/A * Not Supported
308N/A */
308N/A/*ARGSUSED*/
308N/AHBA_STATUS Sun_fcSetBindingSupport(HBA_HANDLE hande, HBA_WWN portWWN,
308N/A HBA_BIND_CAPABILITY caps) {
308N/A Trace log("Sun_fcSetBindingSupport");
308N/A return (HBA_STATUS_ERROR_NOT_SUPPORTED);
308N/A}
308N/A#ifdef __cplusplus
308N/A}
308N/A#endif
308N/A