1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (c) 2014-2021 Netronome Systems, Inc. 3 * All rights reserved. 4 */ 5 6 #ifndef __NFP_CPP_BRIDGE_H__ 7 #define __NFP_CPP_BRIDGE_H__ 8 9 #include "nfp_net_common.h" 10 11 int nfp_enable_cpp_service(struct nfp_pf_dev *pf_dev); 12 void nfp_disable_cpp_service(struct nfp_pf_dev *pf_dev); 13 14 #endif /* __NFP_CPP_BRIDGE_H__ */ 15