#ifndef _NTRTL_H #define RTL_STATIC_LIST_HEAD(x) \ LIST_ENTRY (x) = { &(x), &(x) } #endif View code on GitHub
No description available.