summaryrefslogtreecommitdiff
path: root/arch/arm/bits/ioctl_fix.h
blob: dfa188660639ac27384c68a0d2bc3f2ca190a912 (plain) (blame)
1
2
3
4
5
6
7
#undef FIOQSIZE
#define FIOQSIZE 0x545e

#undef SIOCGSTAMP
#undef SIOCGSTAMPNS
#define SIOCGSTAMP      _IOR(0x89, 6, char[16])
#define SIOCGSTAMPNS    _IOR(0x89, 7, char[16])