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 */