linux/drivers/scsi/fnic/vnic_resource.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright 2008 Cisco Systems, Inc.  All rights reserved.
 * Copyright 2007 Nuova Systems, Inc.  All rights reserved.
 */
#ifndef _VNIC_RESOURCE_H_
#define _VNIC_RESOURCE_H_

#define VNIC_RES_MAGIC
#define VNIC_RES_VERSION

/* vNIC resource types */
enum vnic_res_type {};

struct vnic_resource_header {};

struct vnic_resource {};

#endif /* _VNIC_RESOURCE_H_ */