/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/loong64/include/bits/io.h
18 строк
272 B
Michael Brown
[build] Mark core loong64 headers as permitted for UEFI Secure Boot
21 май 2026, 13:36
21 май 2026, 13:36
28b4b70
Код
Авторство
О чём код?
#ifndef _BITS_IO_H #define _BITS_IO_H /** @file * * LoongArch64-specific I/O API implementations * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); FILE_SECBOOT ( PERMITTED ); /** Page shift */ #define PAGE_SHIFT 12 #include <ipxe/loong64_io.h> #endif /* _BITS_IO_H */