/arch/s390/include/asm/errno.h
C++ Header | 13 lines | 4 code | 3 blank | 6 comment | 0 complexity | 3907382c2fd907d787e074d1d926cf12 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1/* 2 * include/asm-s390/errno.h 3 * 4 * S390 version 5 * 6 */ 7 8#ifndef _S390_ERRNO_H 9#define _S390_ERRNO_H 10 11#include <asm-generic/errno.h> 12 13#endif