aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/net_map.h
blob: a5d6d589db19533e953d7512e916670c393948f3 (plain)
1
2
3
4
5
6
7
8
#ifndef _NET_MAP_H_
#define _NET_MAP_H_

#define RMNET_IP_VER_MASK 0xF0
#define RMNET_IPV4        0x40
#define RMNET_IPV6        0x60

#endif /* _NET_MAP_H_ */