Blame view

include/linux/coda.h 2.19 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
  /* 
     You may distribute this file under either of the two licenses that
     follow at your discretion.
  */
  
  /* BLURB lgpl
  
                             Coda File System
                                Release 5
  
            Copyright (c) 1987-1999 Carnegie Mellon University
                    Additional copyrights listed below
  
  This code is distributed "AS IS" without warranty of any kind under
  the terms of the GNU Library General Public Licence Version 2, as
  shown in the file LICENSE, or under the license shown below. The
  technical and financial contributors to Coda are listed in the file
  CREDITS.
  
                          Additional copyrights 
  */
  
  /*
  
              Coda: an Experimental Distributed File System
                               Release 4.0
  
            Copyright (c) 1987-1999 Carnegie Mellon University
                           All Rights Reserved
  
  Permission  to  use, copy, modify and distribute this software and its
  documentation is hereby granted,  provided  that  both  the  copyright
  notice  and  this  permission  notice  appear  in  all  copies  of the
  software, derivative works or  modified  versions,  and  any  portions
  thereof, and that both notices appear in supporting documentation, and
  that credit is given to Carnegie Mellon University  in  all  documents
  and publicity pertaining to direct or indirect use of this code or its
  derivatives.
  
  CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS  KNOWN  TO  HAVE  BUGS,
  SOME  OF  WHICH MAY HAVE SERIOUS CONSEQUENCES.  CARNEGIE MELLON ALLOWS
  FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION.   CARNEGIE  MELLON
  DISCLAIMS  ANY  LIABILITY  OF  ANY  KIND  FOR  ANY  DAMAGES WHATSOEVER
  RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE  OR  OF
  ANY DERIVATIVE WORK.
  
  Carnegie  Mellon  encourages  users  of  this  software  to return any
  improvements or extensions that  they  make,  and  to  grant  Carnegie
  Mellon the rights to redistribute these changes without encumbrance.
  */
  
  /*
   *
   * Based on cfs.h from Mach, but revamped for increased simplicity.
   * Linux modifications by 
   * Peter Braam, Aug 1996
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
58
59
  #ifndef _CODA_HEADER_
  #define _CODA_HEADER_
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
60
  #if defined(__linux__)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
61
  typedef unsigned long long u_quad_t;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
62
  #endif
607ca46e9   David Howells   UAPI: (Scripted) ...
63
  #include <uapi/linux/coda.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
64
  #endif