URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68knommu/] [param.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _M68K_PARAM_H #define _M68K_PARAM_H #include <linux/config.h> #ifndef HZ #ifdef CONFIG_COLDFIRE #define HZ 100 #endif #ifdef CONFIG_M68EN302 #define HZ 100 #endif #ifdef CONFIG_M68328 #define HZ 100 #endif #ifdef CONFIG_M68EZ328 #define HZ 100 #endif #ifdef CONFIG_UCSIMM #define HZ 100 #endif #ifdef CONFIG_SHGLCORE #define HZ 50 #endif #endif #define EXEC_PAGESIZE 4096 #ifndef NGROUPS #define NGROUPS 32 #endif #ifndef NOGROUP #define NOGROUP (-1) #endif #define MAXHOSTNAMELEN 64 /* max length of hostname */ #endif /* _M68K_PARAM_H */
Go to most recent revision | Compare with Previous | Blame | View Log