blob: 8572c41b388182e5c436fed24350a3e09e6e77a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _IPXE_NFS_OPEN_H
#define _IPXE_NFS_OPEN_H
/** @file
*
* Network File System protocol.
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#endif /* _IPXE_NFS_OPEN_H */
|