coda.h 2.2 KB

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