repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ptrace: Use task_is_*
[linux-2.6/mini2440.git]
/
include
/
asm-h8300
/
param.h
blob
c25806ed1fb368d2581b00f853bb4d55ade94b9d
1
#ifndef _H8300_PARAM_H
2
#define _H8300_PARAM_H
3
4
5
#ifndef HZ
6
#define HZ 100
7
#endif
8
9
#ifdef __KERNEL__
10
#define USER_HZ HZ
11
#define CLOCKS_PER_SEC (USER_HZ)
12
#endif
13
14
#define EXEC_PAGESIZE 4096
15
16
#ifndef NOGROUP
17
#define NOGROUP (-1)
18
#endif
19
20
#define MAXHOSTNAMELEN 64
/* max length of hostname */
21
22
#endif
/* _H8300_PARAM_H */