File Manager

Current Path : /usr/src/linux-headers-5.15.0-91/arch/ia64/include/asm/
Upload File :
Current File : //usr/src/linux-headers-5.15.0-91/arch/ia64/include/asm/early_ioremap.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_IA64_EARLY_IOREMAP_H
#define _ASM_IA64_EARLY_IOREMAP_H

extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size);
#define early_memremap(phys_addr, size)        early_ioremap(phys_addr, size)

extern void early_iounmap (volatile void __iomem *addr, unsigned long size);
#define early_memunmap(addr, size)             early_iounmap(addr, size)

#endif

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com