]>
Commit | Line | Data |
---|---|---|
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 | ||
12 | struct systemtap_session; | |
13 | int translate_bpf_pass (systemtap_session& s); | |
14 | ||
15 | #endif // BPF_H |