summaryrefslogtreecommitdiff
path: root/src/arch-s390x.h
blob: 9592ec9fcb3a16b5b98d0771a48f8cdf0f129994 (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_S390X_H
#define _ARCH_S390X_H

#include "arch.h"

ARCH_DECL(s390x)

#endif