mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
98521b3869
Just one more step into splitting util.[ch] to reduce the includes hell. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-navarr9mijkgwgbzu464dwam@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
7 lines
169 B
C
7 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_ */
|