X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fentryfuncs.S;h=3c29b3f77a54e00fdfc3da20dd8a710962e4928c;hb=c0693941fdb5118164a8161316fdf8e9ebb499d2;hp=65218e3bb8b402c4f88f6e75eea19b64da05d150;hpb=0b04b78972939b8bf00c6b075b3592ea6b7dd643;p=seabios.git diff --git a/src/entryfuncs.S b/src/entryfuncs.S index 65218e3..3c29b3f 100644 --- a/src/entryfuncs.S +++ b/src/entryfuncs.S @@ -165,3 +165,9 @@ .section .text.asm.\func .global \func .endm + + // Declare an exported function + .macro EXPORTFUNC func + .section .text.asm.export.\func + .global \func + .endm