summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
blob: 44aee7d111167c1ba4a15035a01822cc81ad2eba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GPXE_IP_H
#define _GPXE_IP_H

/** @file
 *
 * IP protocol
 *
 */

struct net_protocol;

extern struct net_protocol ipv4_protocol;

#endif /* _GPXE_IP_H */