]> git.sur5r.net Git - u-boot/blobdiff - drivers/bios_emulator/include/x86emu.h
i2c: tegra: Add the fifth bus on SoC with more than 4 buses
[u-boot] / drivers / bios_emulator / include / x86emu.h
index 6004beb05de608963926539e2731f1efacfb18f4..a70a76874b3587a8c38b18e785a49bc056699172 100644 (file)
@@ -53,6 +53,16 @@ typedef u16 X86EMU_pioAddr;
 
 /*---------------------- Macros and type definitions ----------------------*/
 
+#if defined (CONFIG_ARM)
+#define GAS_LINE_COMMENT       "@"
+#elif defined(CONFIG_MIPS) || defined(CONFIG_PPC)
+#define GAS_LINE_COMMENT       "#"
+#elif defined (CONFIG_SH)
+#define GAS_LINE_COMMENT       "!"
+#endif
+
+#define GOT2_TYPE      ".got2,\"aw\"\t"GAS_LINE_COMMENT
+
 #pragma pack(1)
 
 /****************************************************************************