Skip to content
  • This project
    • Loading...
  • Sign in

Barry / rf-depot

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • rf-depot
  • ..
  • dlprint
  • dlprint.h
  • root's avatar
    added the rest · 5fa3b884
    5fa3b884
    root committed 2020-05-02 06:11:47 +0000
dlprint.h 324 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

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);