Blame api_lib.h

Packit Service 35c908
/*
Packit Service 35c908
 * Copyright (c) 2008, Intel Corporation.
Packit Service 35c908
 *
Packit Service 35c908
 * This program is free software; you can redistribute it and/or modify it
Packit Service 35c908
 * under the terms and conditions of the GNU Lesser General Public License,
Packit Service 35c908
 * version 2.1, as published by the Free Software Foundation.
Packit Service 35c908
 *
Packit Service 35c908
 * This program is distributed in the hope it will be useful, but WITHOUT
Packit Service 35c908
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Packit Service 35c908
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
Packit Service 35c908
 * for more details.
Packit Service 35c908
 *
Packit Service 35c908
 * You should have received a copy of the GNU Lesser General Public License
Packit Service 35c908
 * along with this program; if not, write to the Free Software Foundation, Inc.,
Packit Service 35c908
 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
Packit Service 35c908
 *
Packit Service 35c908
 */
Packit Service 35c908
Packit Service 35c908
#ifndef _API_LIB_H_
Packit Service 35c908
#define _API_LIB_H_
Packit Service 35c908
Packit Service 35c908
/*
Packit Service 35c908
 * Definitions used by the OpenFC-specific library for the SNIA HBA-API.
Packit Service 35c908
 */
Packit Service 35c908
#define	HBA_API_VENDOR        "Open-FC.org"
Packit Service 35c908
#define	HBA_API_VERSION       "2.2"
Packit Service 35c908
#define	HBA_API_VENDOR_RURL   "org.open-fc"	/* reversed URL */
Packit Service 35c908
Packit Service 35c908
#endif /* _API_LIB_H_ */