import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / include / asm-s390x / cpcmd.h
1 /*
2  *  arch/s390/kernel/cpcmd.h
3  *
4  *  S390 version
5  *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
6  *    Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
7  */
8
9 #ifndef __CPCMD__
10 #define __CPCMD__
11
12 extern void cpcmd(char *cmd, char *response, int rlen);
13
14 #endif