linux-surface/tools/perf/util/memswap.h

8 lines
169 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef PERF_MEMSWAP_H_
#define PERF_MEMSWAP_H_
void mem_bswap_64(void *src, int byte_size);
void mem_bswap_32(void *src, int byte_size);
#endif /* PERF_MEMSWAP_H_ */