diff options
author | 2023-02-21 11:19:49 -0800 | |
---|---|---|
committer | 2023-02-21 11:19:49 -0800 | |
commit | 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18 (patch) | |
tree | dbdd35328f43569c38c4ce193cefd7d2b6b9fbfd /tools/lib/api/fs/tracing_path.h | |
parent | Input: i8042 - add Clevo PCX0DX to i8042 quirk table (diff) | |
parent | dt-bindings: input: iqs626a: Redefine trackpad property types (diff) | |
download | wireguard-linux-7ae9fb1b7ecbb5d85d07857943f677fd1a559b18.tar.xz wireguard-linux-7ae9fb1b7ecbb5d85d07857943f677fd1a559b18.zip |
Merge branch 'next' into for-linus
Prepare input updates for 6.3 merge window.
Diffstat (limited to 'tools/lib/api/fs/tracing_path.h')
-rw-r--r-- | tools/lib/api/fs/tracing_path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/api/fs/tracing_path.h b/tools/lib/api/fs/tracing_path.h index a19136b086dc..fc6347c11deb 100644 --- a/tools/lib/api/fs/tracing_path.h +++ b/tools/lib/api/fs/tracing_path.h @@ -6,6 +6,7 @@ #include <dirent.h> DIR *tracing_events__opendir(void); +int tracing_events__scandir_alphasort(struct dirent ***namelist); void tracing_path_set(const char *mountpoint); const char *tracing_path_mount(void); |