]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - tools/perf/util/memswap.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[mirror_ubuntu-focal-kernel.git] / tools / perf / util / memswap.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
98521b38
ACM
2#ifndef PERF_MEMSWAP_H_
3#define PERF_MEMSWAP_H_
4
5void mem_bswap_64(void *src, int byte_size);
6void mem_bswap_32(void *src, int byte_size);
7
8#endif /* PERF_MEMSWAP_H_ */