fs.h 136 B

1234567
  1. #ifndef __PERF_FS
  2. #define __PERF_FS
  3. const char *sysfs__mountpoint(void);
  4. const char *procfs__mountpoint(void);
  5. #endif /* __PERF_FS */