interface.h 311 B

12345678910111213
  1. /*
  2. * include/linux/nfsd/interface.h
  3. *
  4. * defines interface between nfsd and other bits of
  5. * the kernel. Particularly filesystems (eventually).
  6. *
  7. * Copyright (C) 2000 Neil Brown <neilb@cse.unsw.edu.au>
  8. */
  9. #ifndef LINUX_NFSD_INTERFACE_H
  10. #define LINUX_NFSD_INTERFACE_H
  11. #endif /* LINUX_NFSD_INTERFACE_H */