15 lines
295 B
C
15 lines
295 B
C
/*
|
|
* arch/s390/kernel/cpcmd.h
|
|
*
|
|
* S390 version
|
|
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
|
|
*/
|
|
|
|
#ifndef __CPCMD__
|
|
#define __CPCMD__
|
|
|
|
extern void cpcmd(char *cmd, char *response, int rlen);
|
|
|
|
#endif
|