forked from luck/tmp_suning_uos_patched
6 lines
157 B
C
6 lines
157 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
#ifndef _PERF_BPF_H
|
||
|
#define _PERF_BPF_H
|
||
|
#define SEC(NAME) __attribute__((section(NAME), used))
|
||
|
#endif /* _PERF_BPF_H */
|