mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-04 21:35:28 +00:00
7 lines
91 B
C
7 lines
91 B
C
|
|
#define ASM_PFX(x) x
|
|
#define GCC_ASM_EXPORT(x) \
|
|
.globl x ; \
|
|
.type x, %function
|
|
|