Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
0002 /* Copyright (C) 2018 Netronome Systems, Inc. */
0003 
0004 #ifndef __BPF_TOOL_CFG_H
0005 #define __BPF_TOOL_CFG_H
0006 
0007 void dump_xlated_cfg(void *buf, unsigned int len);
0008 
0009 #endif /* __BPF_TOOL_CFG_H */