1 /* ioport.c: I/O access on the Sparc. Work in progress.. Most of the things 2 * in this file are for the sole purpose of getting the kernel 3 * through the compiler. :-) 4 * 5 * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) 6 */ 7 8 #include <linux/sched.h> 9 #include <linux/kernel.h> 10 #include <linux/errno.h> 11 #include <linux/types.h> 12 #include <linux/ioport.h>