2 * Copyright (C) 2006 Atmark Techno, Inc.
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
9 #ifndef _ASM_MICROBLAZE_PARAM_H
10 #define _ASM_MICROBLAZE_PARAM_H
13 #define HZ CONFIG_HZ /* internal kernel timer frequency */
14 #define USER_HZ 100 /* for user interfaces in "ticks" */
15 #define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
16 #endif /* __KERNEL__ */
22 #define EXEC_PAGESIZE 4096
28 #define MAXHOSTNAMELEN 64 /* max length of hostname */
30 #endif /* _ASM_MICROBLAZE_PARAM_H */