Subversion Repositories HelenOS

Rev

Rev 4695 | Rev 4707 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4695 Rev 4703
Line 29... Line 29...
29
/** @addtogroup net
29
/** @addtogroup net
30
 *  @{
30
 *  @{
31
 */
31
 */
32
 
32
 
33
/** @file
33
/** @file
-
 
34
 *  \todo
34
 */
35
 */
35
 
36
 
36
#ifndef __NET_MESSAGES_H__
37
#ifndef __NET_MESSAGES_H__
37
#define __NET_MESSAGES_H__
38
#define __NET_MESSAGES_H__
38
 
39
 
Line 44... Line 45...
44
#include "include/device.h"
45
#include "include/device.h"
45
 
46
 
46
#include "structures/measured_strings.h"
47
#include "structures/measured_strings.h"
47
#include "structures/packet/packet.h"
48
#include "structures/packet/packet.h"
48
 
49
 
49
#define NET_NETIF_COUNT     8
50
#define NET_NETIF_COUNT     6
50
#define NET_NET_COUNT       9
51
#define NET_NET_COUNT       9
51
#define NET_NIL_COUNT       7
52
#define NET_NIL_COUNT       7
52
#define NET_ETH_COUNT       0
53
#define NET_ETH_COUNT       0
53
#define NET_IL_COUNT        6
54
#define NET_IL_COUNT        6
54
#define NET_IP_COUNT        2
55
#define NET_IP_COUNT        2