X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2F_exports.h;h=6ff4364e443d25af802d4dd3c997450bf576a5f5;hb=f1a88cf6af6c474bcf53f8f2f32aea3af5419e7a;hp=158470532903cead95df93c8b26df36e3bcf8a56;hpb=9578c4273d4b9d24403bf4e03d7729f381527cd8;p=oweals%2Fu-boot.git diff --git a/include/_exports.h b/include/_exports.h index 1584705329..6ff4364e44 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -13,7 +13,7 @@ EXPORT_FUNC(putc, void, putc, const char) EXPORT_FUNC(puts, void, puts, const char *) EXPORT_FUNC(printf, int, printf, const char*, ...) -#if defined(CONFIG_X86) || defined(CONFIG_PPC) +#if (defined(CONFIG_X86) && !defined(CONFIG_X86_64)) || defined(CONFIG_PPC) EXPORT_FUNC(irq_install_handler, void, install_hdlr, int, interrupt_handler_t, void*)