memswap.h 208 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef PERF_MEMSWAP_H_
  3. #define PERF_MEMSWAP_H_
  4. void mem_bswap_64(void *src, int byte_size);
  5. void mem_bswap_32(void *src, int byte_size);
  6. #endif /* PERF_MEMSWAP_H_ */