mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue