genode/repos/ports/src/virtualbox/accloff/mem_region.h
Alexander Boettcher e39dc445b1 vbox: re-enable chunk-wise memory allocation
disabled by "vbox: Implement hwaccl support for Muen" for nova
2016-08-29 17:29:33 +02:00

18 lines
353 B
C

/*
* \brief Memory region types
* \author Alexander Boettcher
* \date 2016-08-22
*/
/*
* Copyright (C) 2016 Genode Labs GmbH
*
* This file is distributed under the terms of the GNU General Public License
* version 2.
*/
#ifndef _VIRTUALBOX__ACCLOFF__MEM_REGION_H_
#define _VIRTUALBOX__ACCLOFF__MEM_REGION_H_
#include "vmm_region.h"
#endif