blob: 1e29ff903ca92579f9417a497998b64597aa67e9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Arnaldo Carvalho de Melo98521b32017-04-25 15:45:35 -03002#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_ */