Home
last modified time | relevance | path

Searched defs:MPDLConfig (Results 1 – 1 of 1) sorted by relevance

/RevoEX-2.3/include/revolution/
Dmpdl.h89 typedef struct MPDLConfig struct
91 void* (*alloc)(u32 size);
92 void (*free) (void* ptr);
93 OSPriority threadPriority;
94 u32 ggid;
118 MPDLConfig; argument