mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 07:34:06 +08:00
7 lines
82 B
C
7 lines
82 B
C
|
#ifndef _ARM_ERRNO_H
|
||
|
#define _ARM_ERRNO_H
|
||
|
|
||
|
#include <asm-generic/errno.h>
|
||
|
|
||
|
#endif
|