/arch/sh/include/asm/kmap_types.h

http://github.com/mirrors/linux · C Header · 15 lines · 8 code · 5 blank · 2 comment · 0 complexity · 71de0aaffc11808c727c8743d5e427cd MD5 · raw file

  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __SH_KMAP_TYPES_H
  3. #define __SH_KMAP_TYPES_H
  4. /* Dummy header just to define km_type. */
  5. #ifdef CONFIG_DEBUG_HIGHMEM
  6. #define __WITH_KM_FENCE
  7. #endif
  8. #include <asm-generic/kmap_types.h>
  9. #undef __WITH_KM_FENCE
  10. #endif