aboutsummaryrefslogtreecommitdiff
path: root/linux-user/microblaze/target_errno_defs.h
blob: 91a0bbf9dc051d6f7b5343657e4bb2b83d486ce5 (plain)
1
2
3
4
5
6
7
#ifndef MICROBLAZE_TARGET_ERRNO_DEFS_H
#define MICROBLAZE_TARGET_ERRNO_DEFS_H

/* Target uses generic errno */
#include "../generic/target_errno_defs.h"

#endif