patch-2.4.0-test9 linux/arch/arm/mm/map.h

Next file: linux/arch/arm/mm/mm-armo.c
Previous file: linux/arch/arm/mm/ioremap.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/arch/arm/mm/map.h linux/arch/arm/mm/map.h
@@ -1,25 +0,0 @@
-/*
- *  linux/arch/arm/mm/map.h
- *
- *  Copyright (C) 1999 Russell King
- *
- *  Page table mapping constructs and function prototypes
- */
-struct map_desc {
-	unsigned long virtual;
-	unsigned long physical;
-	unsigned long length;
-	int domain:4,
-	    prot_read:1,
-	    prot_write:1,
-	    cacheable:1,
-	    bufferable:1;
-};
-
-extern struct map_desc	io_desc[];
-extern unsigned int	io_desc_size;
-
-struct meminfo;
-
-extern void create_memmap_holes(struct meminfo *);
-extern void pagetable_init(struct meminfo *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)