Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Joshua Henderson <joshua.henderson@microchip.com>
0004  * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
0005  */
0006 #ifndef _ASM_MACH_PIC32_SPACES_H
0007 #define _ASM_MACH_PIC32_SPACES_H
0008 
0009 #ifdef CONFIG_PIC32MZDA
0010 #define PHYS_OFFSET _AC(0x08000000, UL)
0011 #endif
0012 
0013 #include <asm/mach-generic/spaces.h>
0014 
0015 #endif /* __ASM_MACH_PIC32_SPACES_H */