Bugzilla – Attachment #101011: Again - p_enable-altrix.diff for bug #197572
noinst_LTLIBRARIES = liblinux.la
if LINUX_IA64
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c \
$(srcdir)/lnx_ia64.c
endif
if LINUX_ALPHA
PLATFORM_PCI_SUPPORT = lnx_ev56.c \
#include <unistd.h>
#include <stdlib.h>
#include "ia64Pci.h"
#include "shared/ia64Pci.h"
#include "Pci.h"
#if defined OS_PROBE_PCI_CHIPSET
ALTIX_CHIPSET
} IA64Chipset;
#define OS_PROBE_PCI_CHIPSET OS_PROBE_PCI_CHIPSET_do
# ifdef OS_PROBE_PCI_CHIPSET
extern IA64Chipset OS_PROBE_PCI_CHIPSET(scanpciWrapperOpt flags);
# endif