Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/hexagon/include/asm/fixmap.h
26481 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Fixmap support for Hexagon - enough to support highmem features
4
*
5
* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
6
*/
7
8
#ifndef _ASM_FIXMAP_H
9
#define _ASM_FIXMAP_H
10
11
/*
12
* A lot of the fixmap info is already in mem-layout.h
13
*/
14
#include <asm/mem-layout.h>
15
16
#include <asm-generic/fixmap.h>
17
18
#endif
19
20