]> Git Repo - J-u-boot.git/blame - include/addr_map.h
include: Remove extern from addr_map.h
[J-u-boot.git] / include / addr_map.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0 */
63240ba8
KG
2#ifndef __ADDR_MAP_H
3#define __ADDR_MAP_H
4
5/*
6 * Copyright 2008 Freescale Semiconductor, Inc.
63240ba8
KG
7 */
8
9#include <asm/types.h>
10
c40131ac
BM
11phys_addr_t addrmap_virt_to_phys(void *vaddr);
12void *addrmap_phys_to_virt(phys_addr_t paddr);
13void addrmap_set_entry(unsigned long vaddr, phys_addr_t paddr,
14 phys_size_t size, int idx);
63240ba8
KG
15
16#endif
This page took 0.517433 seconds and 4 git commands to generate.