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