blob: bf7bb8ca671e4826798cef3a1519685d19057138 [file] [log] [blame]
/* Copyright (c) 2015 Google Inc.
* Barret Rhoden <brho@cs.berkeley.edu>
* See LICENSE for details.
*
* Arch-independent VMM kernel headers */
#pragma once
#include <ros/arch/vmm.h>
#define VMM_VMCALL_PRINTF 0x1 /* Enable VMCALL output console hack */
/* VMCALL FUNCTION NUMBERS */
#define VMCALL_PRINTC 0x1
#define VMCALL_SMPBOOT 0x2
#define VMM_ALL_FLAGS (VMM_VMCALL_PRINTF)