score: update inconsistent declare after .c was changed

This commit is contained in:
Chen Liqin
2009-08-30 12:30:16 +08:00
parent d8aa899bb2
commit ffa818b4b0
9 changed files with 475 additions and 38 deletions

View File

@@ -1,4 +1,7 @@
#ifndef _ASM_SCORE_LINKAGE_H
#define _ASM_SCORE_LINKAGE_H
#define __ALIGN .align 2
#define __ALIGN_STR ".align 2"
#endif /* _ASM_SCORE_LINKAGE_H */