summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ftp.h
blob: 370285c6a1aeeb977063d0300d4cb2e179da48e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _GPXE_FTP_H
#define _GPXE_FTP_H

/** @file
 *
 * File transfer protocol
 *
 */

/** FTP default port */
#define FTP_PORT 21

#endif /* _GPXE_FTP_H */