diff options
Diffstat (limited to 'include/net/9p')
-rw-r--r-- | include/net/9p/transport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h index adcbb20f6511..9a36d9297114 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h | |||
@@ -26,6 +26,9 @@ | |||
26 | #ifndef NET_9P_TRANSPORT_H | 26 | #ifndef NET_9P_TRANSPORT_H |
27 | #define NET_9P_TRANSPORT_H | 27 | #define NET_9P_TRANSPORT_H |
28 | 28 | ||
29 | #define P9_DEF_MIN_RESVPORT (665U) | ||
30 | #define P9_DEF_MAX_RESVPORT (1023U) | ||
31 | |||
29 | /** | 32 | /** |
30 | * struct p9_trans_module - transport module interface | 33 | * struct p9_trans_module - transport module interface |
31 | * @list: used to maintain a list of currently available transports | 34 | * @list: used to maintain a list of currently available transports |