projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
INET numbers and #defines
[akaros.git]
/
kern
/
include
/
net.h
1
/* Copyright (c) 2010 The Regents of the University of California
2
* Barret Rhoden <brho@cs.berkeley.edu>
3
* See LICENSE for details.
4
*
5
* Arch independent networking infrastructure */
6
7
#ifndef ROS_KERN_NET_H
8
#define ROS_KERN_NET_H
9
10
#include <bits/netinet.h>
11
12
13
#endif /* ROS_KERN_NET_H */