- // package d2 -- сборка уровня 2
- package d2
- import "gitp78su.ipnodns.ru/svi/kern/v4/d2/kern_ctx"
- // KernCtx -- контекст ядра.
- type KernCtx = kern_ctx.KernCtx
- // GetKernCtx -- возвращает контекст ядра.
- func GetKernCtx() *KernCtx {
- return kern_ctx.GetKernCtx()
- }
|