aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/hppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parisc/hppa.h')
-rw-r--r--src/parisc/hppa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h
index fabfb9b..1a00288 100644
--- a/src/parisc/hppa.h
+++ b/src/parisc/hppa.h
@@ -204,6 +204,8 @@ static inline u32 ror(u32 word, unsigned int shift)
return (word >> (shift & 31)) | (word << ((-shift) & 31));
}
+extern char has_astro; /* false for B160L machine with Dino PCI chip */
+
#define pci_ioport_addr(port) ((port >= 0x1000) && (port < FIRMWARE_START))
static inline void outl(u32 value, portaddr_t port) {