import Unicorn2
This commit is contained in:
25
qemu/include/exec/ramblock.h
Normal file
25
qemu/include/exec/ramblock.h
Normal file
@ -0,0 +1,25 @@
|
||||
/*
|
||||
* Declarations for cpu physical memory functions
|
||||
*
|
||||
* Copyright 2011 Red Hat, Inc. and/or its affiliates
|
||||
*
|
||||
* Authors:
|
||||
* Avi Kivity <avi@redhat.com>
|
||||
*
|
||||
* This work is licensed under the terms of the GNU GPL, version 2 or
|
||||
* later. See the COPYING file in the top-level directory.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* This header is for use by exec.c and memory.c ONLY. Do not include it.
|
||||
* The functions declared here will be removed soon.
|
||||
*/
|
||||
|
||||
#ifndef QEMU_EXEC_RAMBLOCK_H
|
||||
#define QEMU_EXEC_RAMBLOCK_H
|
||||
|
||||
#include "cpu-common.h"
|
||||
#include "qemu.h"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user