/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2008-2010 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 … #define MGMTVNIC_MAGIC … #define MGMTVNIC_VERSION … /* The MAC address assigned to the CFG vNIC is fixed. */ #define MGMTVNIC_MAC … /* vNIC resource types */ enum vnic_res_type { … }; struct vnic_resource_header { … }; struct mgmt_barmap_hdr { … }; struct vnic_resource { … }; #endif /* _VNIC_RESOURCE_H_ */