![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef PERF_MEMSWAP_H_ 0003 #define PERF_MEMSWAP_H_ 0004 0005 #include <linux/types.h> 0006 0007 union u64_swap { 0008 u64 val64; 0009 u32 val32[2]; 0010 }; 0011 0012 void mem_bswap_64(void *src, int byte_size); 0013 void mem_bswap_32(void *src, int byte_size); 0014 0015 #endif /* PERF_MEMSWAP_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |