repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RT-AC66 3.0.0.4.374.130 core
[tomato.git]
/
release
/
src-rt-6.x
/
linux
/
linux-2.6
/
include
/
asm-m68k
/
pgalloc.h
blob
4cb1a57ab763f103b20fe0aeb0c3c9dc3b7c62be
1
2
#ifndef M68K_PGALLOC_H
3
#define M68K_PGALLOC_H
4
5
#include <linux/mm.h>
6
#include <linux/highmem.h>
7
#include <asm/setup.h>
8
#include <asm/virtconvert.h>
9
10
11
#ifdef CONFIG_SUN3
12
#include <asm/sun3_pgalloc.h>
13
#else
14
#include <asm/motorola_pgalloc.h>
15
#endif
16
17
extern
void
m68k_setup_node
(
int
node
);
18
19
#endif
/* M68K_PGALLOC_H */