repo.or.cz
/
libogc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reverted GX FIFO breakage.
[libogc.git]
/
gc
/
gcutil.h
blob
3458ee037d2b6eea34fc55b322cb6ab7b41bf8fd
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