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

« back to all changes in this revision

Viewing changes to include/linux/netfilter_ipv4/ip_tables.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:
12
12
 *      Port numbers are stored in HOST byte order.
13
13
 */
14
14
 
15
 
#ifndef _IPTABLES_H
16
 
#define _IPTABLES_H
 
15
#ifndef _UAPI_IPTABLES_H
 
16
#define _UAPI_IPTABLES_H
17
17
 
18
18
#include <linux/types.h>
19
19
 
224
224
/*
225
225
 *      Main firewall chains definitions and global var's definitions.
226
226
 */
227
 
#endif /* _IPTABLES_H */
 
227
#endif /* _UAPI_IPTABLES_H */