• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/asm/
1/*
2 *  arch/arm/include/asm/param.h
3 *
4 *  Copyright (C) 1995-1999 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#ifndef __ASM_PARAM_H
11#define __ASM_PARAM_H
12
13# define HZ		100
14
15#define EXEC_PAGESIZE	4096
16
17#ifndef NOGROUP
18#define NOGROUP         (-1)
19#endif
20
21/* max length of hostname */
22#define MAXHOSTNAMELEN  64
23
24#endif
25
26