import Unicorn2
This commit is contained in:
23
qemu/include/exec/target_page.h
Normal file
23
qemu/include/exec/target_page.h
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Target page sizes and friends for non target files
|
||||
*
|
||||
* Copyright (c) 2017 Red Hat Inc
|
||||
*
|
||||
* Authors:
|
||||
* David Alan Gilbert <dgilbert@redhat.com>
|
||||
* Juan Quintela <quintela@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.
|
||||
*/
|
||||
|
||||
#ifndef EXEC_TARGET_PAGE_H
|
||||
#define EXEC_TARGET_PAGE_H
|
||||
|
||||
struct uc_struct;
|
||||
|
||||
size_t qemu_target_page_size(struct uc_struct *uc);
|
||||
int qemu_target_page_bits(struct uc_struct *uc);
|
||||
int qemu_target_page_bits_min(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user