]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/perf/util/memswap.h
Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[mirror_ubuntu-bionic-kernel.git] / tools / perf / util / memswap.h
1 #ifndef PERF_MEMSWAP_H_
2 #define PERF_MEMSWAP_H_
3
4 void mem_bswap_64(void *src, int byte_size);
5 void mem_bswap_32(void *src, int byte_size);
6
7 #endif /* PERF_MEMSWAP_H_ */