Revert "xen: add definitions for console_io"

This reverts commit 16389a74c5.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2020-10-23 09:16:01 -04:00
parent 467591b8d2
commit 2c48370626
1 changed files with 0 additions and 6 deletions

View File

@ -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;