]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/host/generic/hostdep.h
cfabc3590b3ef9e36e0c22163dfbe89555e6b599
[mirror_qemu.git] / linux-user / host / generic / hostdep.h
1 /*
2 * hostdep.h : fallback generic version of header for things
3 * which are dependent on the host architecture
4 *
5 * * Written by Peter Maydell <peter.maydell@linaro.org>
6 *
7 * Copyright (C) 2016 Linaro Limited
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13 #ifndef QEMU_HOSTDEP_H
14 #define QEMU_HOSTDEP_H
15
16 /* This is the fallback header which is only used if the host
17 * architecture doesn't provide one in linux-user/host/$ARCH.
18 */
19
20 #endif