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
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git]
/
arch
/
h8300
/
include
/
uapi
/
asm
/
param.h
blob
3dd18ae15f03ec850b9369d22a208c8874e1514b
1
#ifndef _UAPI_H8300_PARAM_H
2
#define _UAPI_H8300_PARAM_H
3
4
#ifndef __KERNEL__
5
#define HZ 100
6
#endif
7
8
#define EXEC_PAGESIZE 4096
9
10
#ifndef NOGROUP
11
#define NOGROUP (-1)
12
#endif
13
14
#define MAXHOSTNAMELEN 64
/* max length of hostname */
15
16
#endif
/* _UAPI_H8300_PARAM_H */