Subversion Repositories HelenOS

Rev

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

Rev 4261 Rev 4271
Line 31... Line 31...
31
 */
31
 */
32
 
32
 
33
#ifndef __NET_NETIF_WRAPPERS_H__
33
#ifndef __NET_NETIF_WRAPPERS_H__
34
#define __NET_NETIF_WRAPPERS_H__
34
#define __NET_NETIF_WRAPPERS_H__
35
 
35
 
36
#include <ipc/ipc.h>
36
#include <ipc/services.h>
37
 
37
 
38
#include "../structures/measured_strings.h"
38
#include "../structures/measured_strings.h"
39
#include "../structures/packet/packet.h"
39
#include "../structures/packet/packet.h"
40
 
40
 
41
#include "../include/device.h"
41
#include "../include/device.h"