https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b00e0af123785512abedac5023813c9537f762c8 authored by Jason Self on 14 March 2011, 21:19:33 UTC
Linux-libre 2.6.37.4-gnu1
Tip revision: b00e0af
kmap_types.h
#ifndef _ASM_KMAP_TYPES_H
#define _ASM_KMAP_TYPES_H

/* Dummy header just to define km_type. */

#ifdef CONFIG_DEBUG_HIGHMEM
#define  __WITH_KM_FENCE
#endif

#include <asm-generic/kmap_types.h>

#undef __WITH_KM_FENCE

#endif
back to top