summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-23 09:16:01 -0400
committerTom Rini <trini@konsulko.com>2020-10-23 09:16:01 -0400
commit2c483706269f6f9f3a0a762ba1e04ab931bde97b (patch)
tree32bc7ce844cbc122b7cbe358e36dc6fe0645bb46
parent467591b8d2677d298095a06df9b9e964bf221256 (diff)
downloadu-boot-2c483706269f6f9f3a0a762ba1e04ab931bde97b.tar.gz
Revert "xen: add definitions for console_io"
This reverts commit 16389a74c516470c8f0fd8c712e1638f80384b92. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/xen/interface/xen.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h
index a7c8ed781b..eec8ab75b9 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;