History log of /DragonStub/inc/lib.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 3e6106c4 30-Nov-2023 LoGin <longjin@DragonOS.org>

引入libfdt并进行平台特性检测 (#6)


# 78b790fa 28-Nov-2023 LoGin <longjin@DragonOS.org>

完善命令行参数解析 (#4)


# f412fd2a 28-Nov-2023 LoGin <longjin@DragonOS.org>

命令行参数解析 (#3)

* 命令行参数解析


# b1c7a1c5 16-Feb-2021 Pete Batard <pete@akeo.ie>

Remove the need for other include paths besides <gnu-efi>/inc

Having to add specific arch include paths and then <gnu-efi>/lib
to be able to use gnu-efi in an application is annoying.

This patch en

Remove the need for other include paths besides <gnu-efi>/inc

Having to add specific arch include paths and then <gnu-efi>/lib
to be able to use gnu-efi in an application is annoying.

This patch ensures that the library itself takes care of including
the relevant headers, and that one needs only to add <gnu-efi>/inc
in their include path to be able to use gnu-efi.

show more ...