~martin-lp/hipl/update_ack_handling

« back to all changes in this revision

Viewing changes to lib/core/misc.h

  • Committer: Tim Just
  • Date: 2010-01-19 09:28:42 UTC
  • Revision ID: tim.just@rwth-aachen.de-20100119092842-bz7jsocibu94zg02
Added lib folder abd moved libhipcore into that.

The other libs will follow...

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  include "hipsock/usercompat.h"
20
20
#  include <linux/list.h>
21
21
#else
22
 
#  include "libhipcore/kerncompat.h"
 
22
#  include "lib/core/kerncompat.h"
23
23
#  include "hipd/hidb.h"
24
24
#endif /* __KERNEL__ */
25
25
#include <string.h>
26
26
#include "hipd/registration.h"
27
 
#include "libhipcore/utils.h"
 
27
#include "lib/core/utils.h"
28
28
#include "icomm.h"
29
29
#include "libhiptool/lutil.h"
30
30