mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-17 21:03:08 +08:00
Setup development environment with libbpf
This commit is contained in:
9
src/.output/bpf/libbpf_version.h
Normal file
9
src/.output/bpf/libbpf_version.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
|
||||
/* Copyright (C) 2021 Facebook */
|
||||
#ifndef __LIBBPF_VERSION_H
|
||||
#define __LIBBPF_VERSION_H
|
||||
|
||||
#define LIBBPF_MAJOR_VERSION 0
|
||||
#define LIBBPF_MINOR_VERSION 6
|
||||
|
||||
#endif /* __LIBBPF_VERSION_H */
|
||||
Reference in New Issue
Block a user