MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / include / asm-s390 / cpcmd.h
blob38b88d9eaf3686b69466f34fa6688f21d945f2da
1 /*
2 * arch/s390/kernel/cpcmd.h
4 * S390 version
5 * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
6 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
7 */
9 #ifndef __CPCMD__
10 #define __CPCMD__
12 extern void cpcmd(char *cmd, char *response, int rlen);
14 #endif