18 lines
416 B
C
18 lines
416 B
C
/*
|
|
* arch/arm64/include/asm/map.h
|
|
*
|
|
* Copyright (C) 1999-2013 Russell King
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
* Page table mapping constructs and function prototypes
|
|
*/
|
|
#ifndef __ASM_MACH_MAP_H
|
|
#define __ASM_MACH_MAP_H
|
|
|
|
//#include <asm/io.h>
|
|
|
|
#endif
|