brintos

brintos / linux-shallow public Read only

0
0
Text · 204 B · 6acc3d1 Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _POWER_MEM_EVENTS_H3#define _POWER_MEM_EVENTS_H4 5extern struct perf_mem_event perf_mem_events_power[PERF_MEM_EVENTS__MAX];6 7#endif /* _POWER_MEM_EVENTS_H */8