Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
m68k
include
asm
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_ */
Generated on Thu Jan 10 2013 12:49:59 for Linux Kernel by
1.8.2