]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/net/9p/transport.h
net/9p: add privport option to 9p tcp transport
[linux-beck.git] / include / net / 9p / transport.h
index adcbb20f65118be16489b65f2e087d3bf3128980..9a36d929711482da1f4090fb9e51c4ab9a261ffd 100644 (file)
@@ -26,6 +26,9 @@
 #ifndef NET_9P_TRANSPORT_H
 #define NET_9P_TRANSPORT_H
 
+#define P9_DEF_MIN_RESVPORT    (665U)
+#define P9_DEF_MAX_RESVPORT    (1023U)
+
 /**
  * struct p9_trans_module - transport module interface
  * @list: used to maintain a list of currently available transports