linkage.h 318 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2009 Thomas Chou <[email protected]>
  4. *
  5. * All rights reserved.
  6. */
  7. #ifndef _ASM_NIOS2_LINKAGE_H
  8. #define _ASM_NIOS2_LINKAGE_H
  9. /* This file is required by include/linux/linkage.h */
  10. #define __ALIGN .align 4
  11. #define __ALIGN_STR ".align 4"
  12. #endif