projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[IPV4] net/ipv4/arp.c: trivial annotations
[linux-2.6]
/
include
/
asm-h8300
/
param.h
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 */