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