linux/drivers/scsi/snic/vnic_resource.h

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright 2014 Cisco 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_ */