put back BUS_BASE

This commit is contained in:
David Dawes 2001-04-18 18:45:20 +00:00
parent 6f5e397f25
commit 49781fcf37

View file

@ -67,6 +67,11 @@ extern int xf86RemoveSIGIOHandler(int fd);
# endif
#endif
#if defined(__alpha__) && defined(__linux__)
extern unsigned long _bus_base(void);
#define BUS_BASE _bus_base()
#endif
/* Not all systems have MAP_FAILED defined */
#ifndef MAP_FAILED
#define MAP_FAILED ((void *)-1)