global_data.h 394 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ASM_ARC_GLOBAL_DATA_H
  7. #define __ASM_ARC_GLOBAL_DATA_H
  8. /* Architecture-specific global data */
  9. struct arch_global_data {
  10. };
  11. #include <asm-generic/global_data.h>
  12. #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25")
  13. #endif /* __ASM_ARC_GLOBAL_DATA_H */