repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
perf
/
util
/
memswap.h
blob
1e29ff903ca92579f9417a497998b64597aa67e9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef PERF_MEMSWAP_H_
3
#define PERF_MEMSWAP_H_
4
5
void
mem_bswap_64
(
void
*
src
,
int
byte_size
);
6
void
mem_bswap_32
(
void
*
src
,
int
byte_size
);
7
8
#endif
/* PERF_MEMSWAP_H_ */