Linux Perf
memswap.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef PERF_MEMSWAP_H_
3
#define PERF_MEMSWAP_H_
4
5
void
mem_bswap_64
(
void
*src,
int
byte_size);
6
void
mem_bswap_32
(
void
*src,
int
byte_size);
7
8
#endif
/* PERF_MEMSWAP_H_ */
mem_bswap_64
void mem_bswap_64(void *src, int byte_size)
Definition:
memswap.c:16
mem_bswap_32
void mem_bswap_32(void *src, int byte_size)
Definition:
memswap.c:6
util
memswap.h
Generated by
1.8.13