blob: caba977f7d4a661f725e67e5b9e1ddb6d5f99d4c (
plain) (
blame)
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 );
#endif /* _IPXE_NFS_OPEN_H */
|