diff options
Diffstat (limited to 'linux-user/host/sparc64')
-rw-r--r-- | linux-user/host/sparc64/host-signal.h | 1 | ||||
-rw-r--r-- | linux-user/host/sparc64/hostdep.h | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/linux-user/host/sparc64/host-signal.h b/linux-user/host/sparc64/host-signal.h new file mode 100644 index 000000000..1191fe2d4 --- /dev/null +++ b/linux-user/host/sparc64/host-signal.h @@ -0,0 +1 @@ +#include "../sparc/host-signal.h" diff --git a/linux-user/host/sparc64/hostdep.h b/linux-user/host/sparc64/hostdep.h new file mode 100644 index 000000000..ce3968fca --- /dev/null +++ b/linux-user/host/sparc64/hostdep.h @@ -0,0 +1,15 @@ +/* + * hostdep.h : things which are dependent on the host architecture + * + * * Written by Peter Maydell <peter.maydell@linaro.org> + * + * Copyright (C) 2016 Linaro Limited + * + * 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 SPARC64_HOSTDEP_H +#define SPARC64_HOSTDEP_H + +#endif |