close Warning: Can't use blame annotator:
No changeset 2 in the repository

source: svn/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/nfsd/nfsd.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 619 bytes
RevLine 
1/*
2 * linux/include/linux/nfsd/nfsd.h
3 *
4 * Hodge-podge collection of knfsd-related stuff.
5 * I will sort this out later.
6 *
7 * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de>
8 */
9
10#ifndef LINUX_NFSD_NFSD_H
11#define LINUX_NFSD_NFSD_H
12
13#include <linux/types.h>
14#include <linux/unistd.h>
15#include <linux/dirent.h>
16#include <linux/fs.h>
17
18#include <linux/nfsd/debug.h>
19#include <linux/nfsd/nfsfh.h>
20#include <linux/nfsd/export.h>
21#include <linux/nfsd/stats.h>
22#include <linux/nfsd/interface.h>
23/*
24 * nfsd version
25 */
26#define NFSD_VERSION            "0.5"
27#define NFSD_SUPPORTED_MINOR_VERSION    0
28
29
30#endif /* LINUX_NFSD_NFSD_H */
Note: See TracBrowser for help on using the repository browser.