osdep: include glib-compat.h before other QEMU headers
[qemu/ar7.git] / include / exec / target_page.h
blob96726c36a416379ecbaf7855479f1a7393063cb2
1 /*
2 * Target page sizes and friends for non target files
4 * Copyright (c) 2017 Red Hat Inc
6 * Authors:
7 * David Alan Gilbert <dgilbert@redhat.com>
8 * Juan Quintela <quintela@redhat.com>
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.
14 #ifndef EXEC_TARGET_PAGE_H
15 #define EXEC_TARGET_PAGE_H
17 size_t qemu_target_page_size(void);
18 int qemu_target_page_bits(void);
19 int qemu_target_page_bits_min(void);
21 #endif