]> sourceware.org Git - systemtap.git/blame - bpf.h
buildrun.cxx: adapt to kernel 5.4+
[systemtap.git] / bpf.h
CommitLineData
0dbac951
RH
1// -*- C++ -*-
2// Copyright (C) 2016 Red Hat Inc.
3//
4// This file is part of systemtap, and is free software. You can
5// redistribute it and/or modify it under the terms of the GNU General
6// Public License (GPL); either version 2, or (at your option) any
7// later version.
8
9#ifndef BPF_H
10#define BPF_H
11
12struct systemtap_session;
13int translate_bpf_pass (systemtap_session& s);
14
15#endif // BPF_H
This page took 0.034089 seconds and 5 git commands to generate.