/* SPDX-License-Identifier: GPL-2.0 */ /* * SCLP Event Type (ET) 7 - Diagnostic Test FTP Services, useable on LPAR * * Notice that all functions exported here are not reentrant. * So usage should be exclusive, ensured by the caller (e.g. using a * mutex). * * Copyright IBM Corp. 2013 * Author(s): Ralf Hoppe (rhoppe@de.ibm.com)
*/
#ifndef __SCLP_FTP_H__ #define __SCLP_FTP_H__
#include"hmcdrv_ftp.h"
int sclp_ftp_startup(void); void sclp_ftp_shutdown(void);
ssize_t sclp_ftp_cmd(conststruct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.