mfd: rc5t583: Set regmap config reg counts properly
[linux-2.6/btrfs-unstable.git] / include / net / esp.h
bloba43be85aedc44594265695e98452ae491b852d83
1 #ifndef _NET_ESP_H
2 #define _NET_ESP_H
4 #include <linux/skbuff.h>
6 struct ip_esp_hdr;
8 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb)
10 return (struct ip_esp_hdr *)skb_transport_header(skb);
13 #endif