7 lines
161 B
C
7 lines
161 B
C
#ifndef MICROBLAZE_TARGET_ERRNO_DEFS_H
|
|
#define MICROBLAZE_TARGET_ERRNO_DEFS_H
|
|
|
|
/* Target uses generic errno */
|
|
#include "../generic/target_errno_defs.h"
|
|
|
|
#endif
|