linux/arch/arc/include/asm/kmap_types.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0-only */
   2/*
   3 * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com)
   4 */
   5
   6#ifndef _ASM_KMAP_TYPES_H
   7#define _ASM_KMAP_TYPES_H
   8
   9/*
  10 * We primarily need to define KM_TYPE_NR here but that in turn
  11 * is a function of PGDIR_SIZE etc.
  12 * To avoid circular deps issue, put everything in asm/highmem.h
  13 */
  14#endif
  15