/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.20.1
src/config/umalloc.h
16 строк
252 B
Michael Brown
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
02 мар 2015, 17:17
02 мар 2015, 17:17
b6ee89f
Код
Авторство
О чём код?
#ifndef CONFIG_UMALLOC_H #define CONFIG_UMALLOC_H /** @file * * User memory allocation API configuration * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <config/defaults.h> #include <config/local/umalloc.h> #endif /* CONFIG_UMALLOC_H */