home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / arch / sparc / kernel / ioport.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-20  |  389 b   |  13 lines

  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>
  13.