blob: a5d6d589db19533e953d7512e916670c393948f3 [file] [log] [blame]
Subash Abhinov Kasiviswanathan2139ce8a2016-10-14 11:01:48 -06001#ifndef _NET_MAP_H_
2#define _NET_MAP_H_
3
4#define RMNET_IP_VER_MASK 0xF0
5#define RMNET_IPV4 0x40
6#define RMNET_IPV6 0x60
7
8#endif /* _NET_MAP_H_ */