Revert "xen: add definitions for console_io"
authorTom Rini <trini@konsulko.com>
Fri, 23 Oct 2020 13:16:01 +0000 (09:16 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 23 Oct 2020 13:16:01 +0000 (09:16 -0400)
This reverts commit 16389a74c516470c8f0fd8c712e1638f80384b92.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/xen/interface/xen.h

index a7c8ed7..eec8ab7 100644 (file)
 #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;