[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
[deliverable/linux.git] / include / asm-ia64 / sockios.h
index cf94857c8a5475bff63de6f77a54013b10a0e33a..15c92468ad38e28bb3913129e50db4540153fe7c 100644 (file)
@@ -14,6 +14,7 @@
 #define FIOGETOWN      0x8903
 #define SIOCGPGRP      0x8904
 #define SIOCATMARK     0x8905
-#define SIOCGSTAMP     0x8906          /* Get stamp */
+#define SIOCGSTAMP     0x8906          /* Get stamp (timeval) */
+#define SIOCGSTAMPNS   0x8907          /* Get stamp (timespec) */
 
 #endif /* _ASM_IA64_SOCKIOS_H */
This page took 0.029322 seconds and 5 git commands to generate.