2011-06-08 18:10:56 +04:00
|
|
|
/*
|
2012-08-28 21:43:42 +04:00
|
|
|
* definition for paravirtual devices on s390
|
2011-06-08 18:10:56 +04:00
|
|
|
*
|
|
|
|
* Copyright IBM Corp. 2008
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License (version 2 only)
|
|
|
|
* as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* Author(s): Christian Borntraeger <borntraeger@de.ibm.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __S390_KVM_PARA_H
|
|
|
|
#define __S390_KVM_PARA_H
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __S390_KVM_PARA_H */
|