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
- Lines: 26
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.4.0-test8/linux/arch/arm/mm/map.h
- Orig date:
Tue Apr 25 16:54:39 2000
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)