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