diff options
| author | Tom Rini <[email protected]> | 2020-10-23 09:16:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-23 09:16:20 -0400 |
| commit | 89a140ad30658d81c44cfabb5bc53de457894f60 (patch) | |
| tree | 1961553b7a106a624dd989b3b013d0736ce7e82d /include | |
| parent | 18261b8552232e342709e69eadec33090a7f04e4 (diff) | |
| parent | cc696f52560b5ed0ef9a91ec496d420fdaf29a0c (diff) | |
Merge branch '2020-10-23-revert-xen-changes'
I had inadvertently merged the Xen series before everything was fully
happy with the board maintainer. Revert the series.
Diffstat (limited to 'include')
| -rw-r--r-- | include/xen/interface/xen.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h index a7c8ed781b3..eec8ab75b9c 100644 --- a/include/xen/interface/xen.h +++ b/include/xen/interface/xen.h @@ -76,12 +76,6 @@ #define __HYPERVISOR_arch_6 54 #define __HYPERVISOR_arch_7 55 -/* - * Commands to HYPERVISOR_console_io(). - */ -#define CONSOLEIO_write 0 -#define CONSOLEIO_read 1 - #ifndef __ASSEMBLY__ typedef u16 domid_t; |
