sections.h 197 B

1234567891011
  1. /*
  2. * Copyright (c) 2012 The Chromium OS Authors.
  3. * SPDX-License-Identifier: GPL-2.0+
  4. */
  5. #ifndef __ASM_RISCV_SECTIONS_H
  6. #define __ASM_RISCV_SECTIONS_H
  7. #include <asm-generic/sections.h>
  8. #endif