module.h 256 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0
  2. // Copyright (C) 2005-2017 Andes Technology Corporation
  3. #ifndef _ASM_NDS32_MODULE_H
  4. #define _ASM_NDS32_MODULE_H
  5. #include <asm-generic/module.h>
  6. #define MODULE_ARCH_VERMAGIC "NDS32v3"
  7. #endif /* _ASM_NDS32_MODULE_H */