|
Last change
on this file since 66 was
66,
checked in by megakiss, 11 years ago
|
|
키패드 기능 연결
전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1
|
-
Property svn:executable set to
*
|
|
File size:
311 bytes
|
| Line | |
|---|
| 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 | |
|---|
| 10 | #ifndef LINUX_NFSD_INTERFACE_H |
|---|
| 11 | #define LINUX_NFSD_INTERFACE_H |
|---|
| 12 | |
|---|
| 13 | #endif /* LINUX_NFSD_INTERFACE_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.