blob: 0b22ad776e76e6ef9d68205d25f4fb9f978e26a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __UM_KMAP_TYPES_H
#define __UM_KMAP_TYPES_H
#include "asm/arch/kmap_types.h"
#endif
|