[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
[deliverable/linux.git] / include / asm-sparc / sockios.h
index 0c01b597b06f5f47922ec595aa9d1c50fc6f0831..990ea746486b181c12a784cdc837a90e258a5c01 100644 (file)
@@ -7,7 +7,8 @@
 #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_SPARC_SOCKIOS_H) */
 
This page took 0.023733 seconds and 5 git commands to generate.