Linux Perf
memswap.c File Reference
#include <byteswap.h>
#include "memswap.h"
#include <linux/types.h>
Include dependency graph for memswap.c:

Go to the source code of this file.

Functions

void mem_bswap_32 (void *src, int byte_size)
 
void mem_bswap_64 (void *src, int byte_size)
 

Function Documentation

◆ mem_bswap_32()

void mem_bswap_32 ( void *  src,
int  byte_size 
)

Definition at line 6 of file memswap.c.

◆ mem_bswap_64()

void mem_bswap_64 ( void *  src,
int  byte_size 
)

Definition at line 16 of file memswap.c.