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