~ubuntu-branches/ubuntu/raring/iproute/raring-proposed

« back to all changes in this revision

Viewing changes to include/linux/netlink.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Kamal Mostafa
  • Date: 2012-12-12 12:29:03 UTC
  • mfrom: (23.2.7 experimental)
  • Revision ID: package-import@ubuntu.com-20121212122903-toii0ipil3vd3inj
Tags: 20121211-2
[ Kamal Mostafa ]
Enable cross-compile support in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __LINUX_NETLINK_H
2
 
#define __LINUX_NETLINK_H
 
1
#ifndef _UAPI__LINUX_NETLINK_H
 
2
#define _UAPI__LINUX_NETLINK_H
3
3
 
4
4
#include <linux/socket.h> /* for __kernel_sa_family_t */
5
5
#include <linux/types.h>
150
150
#define NLA_HDRLEN              ((int) NLA_ALIGN(sizeof(struct nlattr)))
151
151
 
152
152
 
153
 
#endif  /* __LINUX_NETLINK_H */
 
153
#endif /* _UAPI__LINUX_NETLINK_H */