1/* 2 * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 */ 9 10#ifndef _ASM_KMAP_TYPES_H 11#define _ASM_KMAP_TYPES_H 12 13/* 14 * We primarily need to define KM_TYPE_NR here but that in turn 15 * is a function of PGDIR_SIZE etc. 16 * To avoid circular deps issue, put everything in asm/highmem.h 17 */ 18#endif 19