rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
519 stars 99 forks source link

Where do efi_get_variable() function come from? #26

Closed tyan-boot closed 9 years ago

tyan-boot commented 9 years ago

I wonder where do these function come from(which header file).

CaptainFlint commented 9 years ago

It's from efivar.h: https://github.com/rhinstaller/efivar/blob/master/src/efivar.h

tyan-boot commented 9 years ago

Is this function a system API?

CaptainFlint commented 9 years ago

I gave link directly to that project's repo. It's efivar library, efibootmgr requires it to be installed.

tyan-boot commented 9 years ago

thank you.

2015年3月23日 下午7:09于 Konstantin Vlasov notifications@github.com写道: I gave link directly to that project's repo. It's efivar library, efibootmgr requires it to be installed.


Reply to this email directly or view it on GitHub: https://github.com/rhinstaller/efibootmgr/issues/26#issuecomment-84953105