summaryrefslogtreecommitdiff
path: root/arch/aarch64/bits/ioctl.h
AgeCommit message (Collapse)AuthorLines
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy-213/+0
they were slightly different in musl, but should be the same: the linux uapi and glibc headers are not different.
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy-1/+1
2015-03-11add aarch64 portSzabolcs Nagy-0/+213
This adds complete aarch64 target support including bigendian subarch. Some of the long double math functions are known to be broken otherwise interfaces should be fully functional, but at this point consider this port experimental. Initial work on this port was done by Sireesh Tripurari and Kevin Bortis.