aboutsummaryrefslogtreecommitdiff
path: root/linux-user/hexagon/target_errno_defs.h
blob: da033a9a9e406e3672216fc35d62e1b637081fc3 (plain)
1
2
3
4
5
6
7
#ifndef HEXAGON_TARGET_ERRNO_DEFS_H
#define HEXAGON_TARGET_ERRNO_DEFS_H

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

#endif