Home
last modified time | relevance | path

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

/RevoEX-2.1.4/include/revolution/
Dmpdl.h80 typedef struct MPDLConfig struct
82 void* (*alloc)(u32 size);
83 void (*free) (void* ptr);
84 OSPriority threadPriority;
85 u32 ggid;
109 MPDLConfig; argument