win: Use lower-case private definition of STORAGE_DEVICE_NUMBER
[syslinux/sherbszt.git] / memdump / code16.h
blobca76565152182bdff31c5a264d1a940d52c4d5fb
1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3 .code16
4 #else
5 __asm__ (".code16gcc");
6 #endif