Home
last modified time | relevance | path

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

/RevoEX-3.1/include/revolution/
Dmpdl.h76 typedef struct MPDLConfig struct
78 void* (*alloc)(u32 size);
79 void (*free) (void* ptr);
80 OSPriority threadPriority;
104 MPDLConfig; argument