Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | U8(ptr) get_u8(ctx->ctx->bios, (ptr)) |
#define | CU8(ptr) get_u8(ctx->bios, (ptr)) |
#define | U16(ptr) get_u16(ctx->ctx->bios, (ptr)) |
#define | CU16(ptr) get_u16(ctx->bios, (ptr)) |
#define | U32(ptr) get_u32(ctx->ctx->bios, (ptr)) |
#define | CU32(ptr) get_u32(ctx->bios, (ptr)) |
#define | CSTR(ptr) (((char *)(ctx->bios))+(ptr)) |