Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
ia64
include
uapi
asm
param.h
Go to the documentation of this file.
1
/*
2
* Fundamental kernel parameters.
3
*
4
* Based on <asm-i386/param.h>.
5
*
6
* Modified 1998, 1999, 2002-2003
7
* David Mosberger-Tang <
[email protected]
>, Hewlett-Packard Co
8
*/
9
#ifndef _UAPI_ASM_IA64_PARAM_H
10
#define _UAPI_ASM_IA64_PARAM_H
11
12
13
#define EXEC_PAGESIZE 65536
14
15
#ifndef NOGROUP
16
# define NOGROUP (-1)
17
#endif
18
19
#define MAXHOSTNAMELEN 64
/* max length of hostname */
20
21
#ifndef __KERNEL__
22
/*
23
* Technically, this is wrong, but some old apps still refer to it. The proper way to
24
* get the HZ value is via sysconf(_SC_CLK_TCK).
25
*/
26
# define HZ 1024
27
#endif
28
29
#endif
/* _UAPI_ASM_IA64_PARAM_H */
Generated on Thu Jan 10 2013 12:50:05 for Linux Kernel by
1.8.2