]> git.proxmox.com Git - mirror_qemu.git/blame - include/exec/target_page.h
Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu into...
[mirror_qemu.git] / include / exec / target_page.h
CommitLineData
51180423
JQ
1/*
2 * Target page sizes and friends for non target files
3 *
4 * Copyright (c) 2017 Red Hat Inc
5 *
6 * Authors:
7 * David Alan Gilbert <dgilbert@redhat.com>
8 * Juan Quintela <quintela@redhat.com>
9 *
10 * This work is licensed under the terms of the GNU GPL, version 2 or later.
11 * See the COPYING file in the top-level directory.
12 */
13
14#ifndef EXEC_TARGET_PAGE_H
15#define EXEC_TARGET_PAGE_H
16
17size_t qemu_target_page_size(void);
46d702b1
JQ
18int qemu_target_page_bits(void);
19int qemu_target_page_bits_min(void);
51180423
JQ
20
21#endif