Rev 3846 | Rev 3901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3846 | Rev 3886 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | //#include <sys/mman.h> |
41 | //#include <sys/mman.h> |
| 42 | 42 | ||
| 43 | #include "../err.h" |
43 | #include "../err.h" |
| 44 | #include "../messages.h" |
44 | #include "../messages.h" |
| 45 | #include "../modules.h" |
45 | #include "../modules.h" |
| - | 46 | ||
| 46 | #include "../packet.h" |
47 | #include "../structures/packet/packet.h" |
| 47 | 48 | ||
| 48 | #include "device.h" |
49 | #include "device.h" |
| 49 | #include "netif.h" |
50 | #include "netif.h" |
| 50 | 51 | ||
| 51 | #define IPC_GET_DEVICE( call ) ( device_id_t ) IPC_GET_ARG1( * call ) |
52 | #define IPC_GET_DEVICE( call ) ( device_id_t ) IPC_GET_ARG1( * call ) |