|
Last change
on this file since 22 was
22,
checked in by phkim, 11 years ago
|
- phkim
- newcon3sk 를 kctv 로 브랜치 함
|
-
Property svn:executable set to
*
|
|
File size:
619 bytes
|
| Line | |
|---|
| 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.