make openafs 1.5.75
[openafs.git] / src / config / param.alpha_linux_22.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef AFS_PARAM_H
11 #define AFS_PARAM_H
12
13 #ifndef UKERNEL
14
15 /* This section for kernel libafs compiles only */
16 #define AFS_ALPHA_LINUX20_ENV   1
17 #define AFS_ALPHA_LINUX22_ENV   1
18 #define __alpha                 1
19 #define AFS_LINUX_64BIT_KERNEL  1
20 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits */
21
22 #else /* !defined(UKERNEL) */
23
24 /* This section for user space compiles only */
25 #define UKERNEL                 1       /* user space kernel */
26
27 #endif /* !defined(UKERNEL) */
28
29 /* Machine / Operating system information */
30 #define SYS_NAME                "alpha_linux_22"
31 #define SYS_NAME_ID             SYS_NAME_ID_alpha_linux_22
32 #define AFS_SYSCALL             338
33 #define AFSLITTLE_ENDIAN        1
34
35 #endif /* AFS_PARAM_H */