mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
datapath-protocol: Dropped unused __aligned_* types.
These types are no longer used, are redundantly defined, and were cluttering our interface header. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#ifndef __LINUX_TYPES_USER_WRAPPER_H
|
||||
#define __LINUX_TYPES_USER_WRAPPER_H 1
|
||||
|
||||
#include_next <linux/types.h>
|
||||
|
||||
/* These were only introduced in v2.6.36. */
|
||||
#ifndef __aligned_u64
|
||||
#define __aligned_u64 __u64 __attribute__((aligned(8)))
|
||||
#define __aligned_be64 __be64 __attribute__((aligned(8)))
|
||||
#define __aligned_le64 __le64 __attribute__((aligned(8)))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user