dlprint.h
324 Bytes
typedef struct {
u8 *data;
u32 paddr;
void *next;
} memNode;
#define PRINTF printf
#define MAXPMAT 2
#define MAXMMAT 10
#define DL_STACKSIZE 11
#define TX_MAX 100
void ParseGbiDL( u32 flags);
void ParseRdpDL(u64 *rdp_dl, u32 nbytes, u8 flags);
void ParseAbiCL(u8* data, u32 nbytes);