linux/arch/sparc/include/asm/kmap_types.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef _ASM_KMAP_TYPES_H
   3#define _ASM_KMAP_TYPES_H
   4
   5/* Dummy header just to define km_type.  None of this
   6 * is actually used on sparc.  -DaveM
   7 */
   8
   9#include <asm-generic/kmap_types.h>
  10
  11#endif
  12