RetroArch/wii/libogc/include/gcutil.h
2017-08-19 08:46:04 +02:00

13 lines
245 B
C

#ifndef __GCUTIL_H__
#define __GCUTIL_H__
#ifndef ATTRIBUTE_ALIGN
# define ATTRIBUTE_ALIGN(v) __attribute__((aligned(v)))
#endif
#ifndef ATTRIBUTE_PACKED
# define ATTRIBUTE_PACKED __attribute__((packed))
#endif
#endif /* _GCUTIL_H */