patch-2.4.0-test9 linux/include/asm-arm/io.h
Next file: linux/include/asm-arm/ioc.h
Previous file: linux/include/asm-arm/hardware.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Sep 18 15:15:23 2000
- Orig file:
v2.4.0-test8/linux/include/asm-arm/io.h
- Orig date:
Mon Jun 26 12:04:42 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-arm/io.h linux/include/asm-arm/io.h
@@ -1,7 +1,11 @@
/*
- * linux/include/asm-arm/io.h
+ * linux/include/asm-arm/io.h
*
- * Copyright (C) 1996-2000 Russell King
+ * Copyright (C) 1996-2000 Russell King
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* Modifications:
* 16-Sep-1996 RMK Inlined the inx/outx functions & optimised for both
@@ -19,7 +23,6 @@
#include <linux/types.h>
#include <asm/arch/hardware.h>
#include <asm/arch/io.h>
-#include <asm/proc/io.h>
#define outb_p(val,port) outb((val),(port))
#define outw_p(val,port) outw((val),(port))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)