Subversion Repositories HelenOS

Rev

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

Rev 3991 Rev 4243
Line 39... Line 39...
39
 
39
 
40
#include <rwlock.h>
40
#include <rwlock.h>
41
 
41
 
42
#include <ipc/ipc.h>
42
#include <ipc/ipc.h>
43
 
43
 
44
#include "../../netif/device.h"
44
#include "../../include/device.h"
45
 
45
 
46
#include "../../structures/generic_char_map.h"
46
#include "../../structures/generic_char_map.h"
47
#include "../../structures/int_map.h"
47
#include "../../structures/int_map.h"
48
#include "../../structures/measured_strings.h"
48
#include "../../structures/measured_strings.h"
49
 
49