Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/tools/perf/util/fncache.h
2026-04-04 07:45:01 +00:00

7 lines
86 B
C

#ifndef _FCACHE_H
#define _FCACHE_H 1
bool file_available(const char *name);
#endif