repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WAN: HDLC: Detach protocol before unregistering device
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
uapi
/
asm
/
param.h
blob
36265ccf5c7b520577d3729db545cfc8ea1a8b6b
1
#ifndef _M68K_PARAM_H
2
#define _M68K_PARAM_H
3
4
#ifdef __uClinux__
5
#define EXEC_PAGESIZE 4096
6
#else
7
#define EXEC_PAGESIZE 8192
8
#endif
9
10
#include <asm-generic/param.h>
11
12
#endif
/* _M68K_PARAM_H */