date and time created 92/07/21 13:20:51 by bostic
[unix-history] / usr / src / usr.sbin / amd / config / os-fpx4.h
CommitLineData
e1a31032 1/*
e1a31032
KM
2 * Copyright (c) 1990 Jan-Simon Pendry
3 * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4 * Copyright (c) 1990 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Jan-Simon Pendry at Imperial College, London.
9 *
10 * %sccs.include.redist.c%
11 *
00737562 12 * @(#)os-fpx4.h 5.5 (Berkeley) %G%
8d2991d5 13 *
00737562 14 * $Id: os-fpx4.h,v 5.2.2.2 1992/05/31 16:39:34 jsp Exp $
8d2991d5
JSP
15 *
16 * Celerity FPX 4.1/2 definitions for Amd (automounter)
17 * from Stephen Pope <scp@grizzly.acl.lanl.gov>
e1a31032
KM
18 */
19
20/*
21 * FPX wants to include sys headers multiple times
22 */
23#define INCLUDE_HEADERS
24
25/*
26 * FPX sys/mount.h includes sys/nfs.h; prevent this
27 */
28#define INCLUDED_nfs
29
30/*
31 * FPX doesn't define NMOUNT anywhere
32 */
33#define NMOUNT 40
34
35/*
36 * Does the compiler grok void *
37 */
38/* #define VOIDP */
39
40/*
41 * Which version of the Sun RPC library we are using
42 * This is the implementation release number, not
43 * the protocol revision number.
44 */
00737562
JSP
45#define RPC_4
46#define svc_fdset svc_fds
47#define svc_getreqset(p) svc_getreq((*p).fds_bits[0])
e1a31032
KM
48
49/*
50 * Which version of the NFS interface are we using.
51 * This is the implementation release number, not
52 * the protocol revision number.
53 */
54#define NFS_3
55
56/*
57 * Byte ordering
58 */
59#undef ARCH_ENDIAN
60#define ARCH_ENDIAN "big"
61
62/*
63 * Name of filesystem types
64 */
65#define MOUNT_TYPE_NFS MOUNT_NFS
66#define MOUNT_TYPE_UFS MOUNT_UFS