URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-s390x/] [cpcmd.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* * 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
Go to most recent revision | Compare with Previous | Blame | View Log