Merge commit 'hdt-0.3.5'
[profile/ivi/syslinux.git] / dos / code16.h
1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3         .code16
4 #else
5 __asm__ (".code16gcc");
6 #endif