/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/x86/include/bits/mp.h
14 строк
202 B
Michael Brown
[bios] Provide a multiprocessor API for BIOS
15 мар 2024, 20:30
15 мар 2024, 20:30
1344e13
Код
Авторство
О чём код?
#ifndef _BITS_MP_H #define _BITS_MP_H /** @file * * x86-specific multiprocessor API implementation * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/bios_mp.h> #endif /* _BITS_MP_H */