]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/host/ppc/hostdep.h
linux-user: Create a hostdep.h for each host architecture
[mirror_qemu.git] / linux-user / host / ppc / hostdep.h
CommitLineData
4d330cee 1/*
ba453780 2 * hostdep.h : things which are dependent on the host architecture
4d330cee
TB
3 *
4 * * Written by Peter Maydell <peter.maydell@linaro.org>
5 *
6 * Copyright (C) 2016 Linaro Limited
7 *
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
10 */
11
12#ifndef QEMU_HOSTDEP_H
13#define QEMU_HOSTDEP_H
14
4d330cee 15#endif