summaryrefslogtreecommitdiff
path: root/src/arch-s390.h
blob: 3881ef3329a3a7ab8ba8e3f0440ed3114aeabf7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2015 IBM
 * Author: Jan Willeke <willeke@linux.vnet.com.com>
 */

#ifndef _ARCH_S390_H
#define _ARCH_S390_H

#include "arch.h"

ARCH_DECL(s390)

#endif