linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/nfp_xpb.h

/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/* Copyright (C) 2015-2017 Netronome Systems, Inc. */

/*
 * nfp_xpb.h
 * Author: Jason McMullan <[email protected]>
 */

#ifndef NFP6000_XPB_H
#define NFP6000_XPB_H

/* For use with NFP6000 Databook "XPB Addressing" section
 */
#define NFP_XPB_OVERLAY(island)

#define NFP_XPB_ISLAND(island)

#define NFP_XPB_ISLAND_of(offset)

/* For use with NFP6000 Databook "XPB Island and Device IDs" chapter
 */
#define NFP_XPB_DEVICE(island, slave, device)

#endif /* NFP6000_XPB_H */