https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f60dcb1ddcbc114d38fbcece539b351d8957843f authored by Jason Self on 17 February 2011, 23:14:48 UTC
Linux-libre 2.6.36.4-gnu1
Tip revision: f60dcb1
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