119af5a38SHeinrich Kuhn /* SPDX-License-Identifier: BSD-3-Clause 219af5a38SHeinrich Kuhn * Copyright (c) 2014-2021 Netronome Systems, Inc. 319af5a38SHeinrich Kuhn * All rights reserved. 419af5a38SHeinrich Kuhn */ 519af5a38SHeinrich Kuhn 672de00c6SChaoyong He #ifndef __NFP_CPP_BRIDGE_H__ 772de00c6SChaoyong He #define __NFP_CPP_BRIDGE_H__ 819af5a38SHeinrich Kuhn 911e9eae4SChaoyong He #include "nfp_net_common.h" 10b1880421SChaoyong He 11bab0e6f4SChaoyong He int nfp_enable_cpp_service(struct nfp_pf_dev *pf_dev); 12*929b0531SLong Wu void nfp_disable_cpp_service(struct nfp_pf_dev *pf_dev); 1319af5a38SHeinrich Kuhn 1472de00c6SChaoyong He #endif /* __NFP_CPP_BRIDGE_H__ */ 15