mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-19 02:15:21 +00:00
xen: add definitions for console_io
Those definitions added are used with HYPERVISOR_console_io(). Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
3a51b2a2c3
commit
16389a74c5
@ -76,6 +76,12 @@
|
|||||||
#define __HYPERVISOR_arch_6 54
|
#define __HYPERVISOR_arch_6 54
|
||||||
#define __HYPERVISOR_arch_7 55
|
#define __HYPERVISOR_arch_7 55
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Commands to HYPERVISOR_console_io().
|
||||||
|
*/
|
||||||
|
#define CONSOLEIO_write 0
|
||||||
|
#define CONSOLEIO_read 1
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
||||||
typedef u16 domid_t;
|
typedef u16 domid_t;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user