File: nfp_cpp_bridge.h

package info (click to toggle)
dpdk 25.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 127,892 kB
  • sloc: ansic: 2,358,479; python: 16,426; sh: 4,474; makefile: 1,713; awk: 70
file content (14 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2014-2021 Netronome Systems, Inc.
 * All rights reserved.
 */

#ifndef __NFP_CPP_BRIDGE_H__
#define __NFP_CPP_BRIDGE_H__

#include "nfp_net_common.h"

int nfp_enable_cpp_service(struct nfp_pf_dev *pf_dev);
void nfp_disable_cpp_service(struct nfp_pf_dev *pf_dev);

#endif /* __NFP_CPP_BRIDGE_H__ */