18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Fixmap support for Hexagon - enough to support highmem features
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _ASM_FIXMAP_H
98c2ecf20Sopenharmony_ci#define _ASM_FIXMAP_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci/*
128c2ecf20Sopenharmony_ci * A lot of the fixmap info is already in mem-layout.h
138c2ecf20Sopenharmony_ci */
148c2ecf20Sopenharmony_ci#include <asm/mem-layout.h>
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#include <asm-generic/fixmap.h>
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif
19