shuffler: Actually get the shuffler size sanely
[syslinux/sherbszt.git] / core / shuffler.c
blobeca1b4a303c6641b6e6d9034c9746c5cb7278673
1 #include "core.h"
3 #ifdef __FIRMWARE_BIOS__
5 extern const char __bcopyxx_len[]; /* Linker script absolute symbol */
6 const size_t __syslinux_shuffler_size = (size_t)__bcopyxx_len;
8 #endif /* __FIRMWARE_BIOS__ */