mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
169 B
C
8 lines
169 B
C
![]() |
#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_ */
|