summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/nfs_open.h
diff options
context:
space:
mode:
authorMarin Hannache2013-07-15 17:56:29 +0200
committerMichael Brown2013-07-15 17:56:29 +0200
commit30de9e8300e97c4b56e29f5a3b08e4615b30606f (patch)
tree48d66fac04d1a3eb129e878c2696f9afef2f6e8f /src/include/ipxe/nfs_open.h
parent[ifmgmt] Avoid relying on global variable within ifcommon_exec() (diff)
downloadipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.tar.gz
ipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.tar.xz
ipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.zip
[nfs] Add support for NFS protocol
Tested-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/nfs_open.h')
-rw-r--r--src/include/ipxe/nfs_open.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/ipxe/nfs_open.h b/src/include/ipxe/nfs_open.h
new file mode 100644
index 000000000..caba977f7
--- /dev/null
+++ b/src/include/ipxe/nfs_open.h
@@ -0,0 +1,12 @@
+#ifndef _IPXE_NFS_OPEN_H
+#define _IPXE_NFS_OPEN_H
+
+/** @file
+ *
+ * Network File System protocol.
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#endif /* _IPXE_NFS_OPEN_H */