Changeset 305 for GPL/branches/uniaud-2.0/include/linux/mm.h
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/include/linux/mm.h
r32 r305 135 135 extern unsigned long virt_to_phys(void * address); 136 136 137 extern mem_map_t *virt_to_page(int x); 137 //extern mem_map_t *virt_to_page(int x); 138 #define virt_to_page(x) (&mem_map[MAP_NR(x)]) 138 139 139 140 extern void * phys_to_virt(unsigned long address);
Note:
See TracChangeset
for help on using the changeset viewer.