Ignore:
Timestamp:
2010-10-08T21:32:49Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
368fb2c
Parents:
0a866eeb
Message:

Move the common packet interface to libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/socket/packet/packet_server.c

    r0a866eeb rc69d327  
    4646#include <ipc/ipc.h>
    4747#include <ipc/packet.h>
     48#include <net/packet.h>
     49#include <net/packet_header.h>
     50#include <packet/packet_server.h>
    4851
    4952#include <net_messages.h>
    50 #include <packet/packet.h>
    5153#include <packet/packet_local.h>
    52 #include <packet/packet_header.h>
    53 #include <packet/packet_server.h>
    5454
    5555#define FREE_QUEUES_COUNT       7
Note: See TracChangeset for help on using the changeset viewer.