]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/perf/util/demangle-rust.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / tools / perf / util / demangle-rust.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
cae15db7
DT
2#ifndef __PERF_DEMANGLE_RUST
3#define __PERF_DEMANGLE_RUST 1
4
5bool rust_is_mangled(const char *str);
6void rust_demangle_sym(char *str);
7
8#endif /* __PERF_DEMANGLE_RUST */