RetroArch
wii
libogc
include
gcutil.h
Go to the documentation of this file.
1
#ifndef __GCUTIL_H__
2
#define __GCUTIL_H__
3
4
#ifndef ATTRIBUTE_ALIGN
5
# define ATTRIBUTE_ALIGN(v) __attribute__((aligned(v)))
6
#endif
7
#ifndef ATTRIBUTE_PACKED
8
# define ATTRIBUTE_PACKED __attribute__((packed))
9
#endif
10
11
#endif
/* _GCUTIL_H */
12
Generated by
1.8.15