gnu-efi/inc/x86_64
Alexander von Gluck IV 6685cd0002 efibind: Fix usage of efi headers from C++ code
* __STDC_VERSION__ is undefined when headers are called from C++
  code resulting in not using stdint.h and efibind.h
  "making a guess" on what they are. extern "C" will not define
  __STDC_VERSION__.
* Always leverage stdint.h on C++.
* Honestly, gnu-efi should always use stdint.h, or find a better
  way to detect it. (or platforms without it need to catch up to 2007)
2019-11-27 17:03:49 -06:00
..
efibind.h efibind: Fix usage of efi headers from C++ code 2019-11-27 17:03:49 -06:00
efilibplat.h The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
efisetjmp_arch.h Redefine jmp_buf to comply with C calling convention. 2019-03-15 09:32:06 -04:00
pe.h The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00