linkage.h 205 B

1234567891011121314
  1. /*
  2. * Copyright 2004-2009 Analog Devices Inc.
  3. *
  4. * Licensed under the GPL-2 or later.
  5. */
  6. #ifndef __ASM_LINKAGE_H
  7. #define __ASM_LINKAGE_H
  8. #define __ALIGN .align 4
  9. #define __ALIGN_STR ".align 4"
  10. #endif