RetroArch
Macros
#include "bt.h"
#include "asm.h"
#include "processor.h"
Include dependency graph for btarch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MEM_ALIGNMENT   4
 
#define MEM_ALIGN(mem)   ((void*)(((u32_t)(mem)+MEM_ALIGNMENT-1)&~(u32_t)(MEM_ALIGNMENT-1)))
 
#define MEM_ALIGN_SIZE(size)   (((size)+MEM_ALIGNMENT-1)&~(u32_t)(MEM_ALIGNMENT-1))
 
#define le64toh   bswap64
 
#define MEMCPY   memcpy
 
#define MEMSET   memset
 
#define LOG(fmt, ...)
 
#define ERROR(fmt, ...)
 

Detailed Description

Declarations of architecture specific functions.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om