repo.or.cz
/
wandboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: Eliminate urb->status usage!
[wandboard.git]
/
include
/
asm-m68k
/
mmzone.h
blob
e1f1ec7b70062acc77f7bb73a4346be42a28f504
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_ */