Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mmzone.h
Go to the documentation of this file.
1 #ifndef _ASM_M68K_MMZONE_H_
2 #define _ASM_M68K_MMZONE_H_
3 
4 extern pg_data_t pg_data_map[];
5 
6 #define NODE_DATA(nid) (&pg_data_map[nid])
7 #define NODE_MEM_MAP(nid) (NODE_DATA(nid)->node_mem_map)
8 
9 #endif /* _ASM_M68K_MMZONE_H_ */