+; Bootloader table signatures and information
+.org (32 - 8)
+BootloaderAPI_Signatures:
+.global BootloaderAPI_Signatures
+ .long BOOT_START_ADDR ; Start address of the bootloader
+ .word 0xDFB1 ; Signature for the DFU class bootloader, V1
+ .word 0xDCFB ; Signature for a LUFA class bootloader