iso9660 - type fixes
[libogc.git] / gc / gcutil.h
blob3458ee037d2b6eea34fc55b322cb6ab7b41bf8fd
1 #ifndef __GCUTIL_H__
2 #define __GCUTIL_H__
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
11 #endif /* _GCUTIL_H */