Move files out of root into core, dos, and utils
[profile/ivi/syslinux.git] / memdump / code16.h
1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3         .code16
4 #else
5 __asm__ (".code16gcc");
6 #endif