2019-05-29 22:12:41 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2011-11-01 07:53:38 +08:00
|
|
|
/*
|
|
|
|
* Fixmap support for Hexagon - enough to support highmem features
|
|
|
|
*
|
2012-09-20 05:22:02 +08:00
|
|
|
* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
|
2011-11-01 07:53:38 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_FIXMAP_H
|
|
|
|
#define _ASM_FIXMAP_H
|
|
|
|
|
|
|
|
/*
|
|
|
|
* A lot of the fixmap info is already in mem-layout.h
|
|
|
|
*/
|
|
|
|
#include <asm/mem-layout.h>
|
|
|
|
|
2014-01-24 07:53:51 +08:00
|
|
|
#include <asm-generic/fixmap.h>
|
2011-11-01 07:53:38 +08:00
|
|
|
|
|
|
|
#endif
|