Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|---|
| 2 | /* |
| 3 | * User API definitions for paravirtual devices on s390 |
| 4 | * |
| 5 | * Copyright IBM Corp. 2008 |
| 6 | * |
| 7 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> |
| 8 | */ |
| 9 |
Warning: This file is not a C or C++ file. It does not have highlighting.
