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