aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/uapi/asm/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/uapi/asm/param.h')
-rw-r--r--arch/h8300/include/uapi/asm/param.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/h8300/include/uapi/asm/param.h b/arch/h8300/include/uapi/asm/param.h
deleted file mode 100644
index 3dd18ae15f03..000000000000
--- a/arch/h8300/include/uapi/asm/param.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef _UAPI_H8300_PARAM_H
2#define _UAPI_H8300_PARAM_H
3
4#ifndef __KERNEL__
5#define HZ 100
6#endif
7
8#define EXEC_PAGESIZE 4096
9
10#ifndef NOGROUP
11#define NOGROUP (-1)
12#endif
13
14#define MAXHOSTNAMELEN 64 /* max length of hostname */
15
16#endif /* _UAPI_H8300_PARAM_H */