1*a93c1a17SMichal Simek /*
2*a93c1a17SMichal Simek  * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
3*a93c1a17SMichal Simek  *
4*a93c1a17SMichal Simek  * See file CREDITS for list of people who contributed to this
5*a93c1a17SMichal Simek  * project.
6*a93c1a17SMichal Simek  *
7*a93c1a17SMichal Simek  * This program is free software; you can redistribute it and/or
8*a93c1a17SMichal Simek  * modify it under the terms of the GNU General Public License as
9*a93c1a17SMichal Simek  * published by the Free Software Foundation; either version 2 of
10*a93c1a17SMichal Simek  * the License, or (at your option) any later version.
11*a93c1a17SMichal Simek  *
12*a93c1a17SMichal Simek  * This program is distributed in the hope that it will be useful,
13*a93c1a17SMichal Simek  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14*a93c1a17SMichal Simek  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*a93c1a17SMichal Simek  * GNU General Public License for more details.
16*a93c1a17SMichal Simek  *
17*a93c1a17SMichal Simek  * You should have received a copy of the GNU General Public License
18*a93c1a17SMichal Simek  * along with this program; if not, write to the Free Software
19*a93c1a17SMichal Simek  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20*a93c1a17SMichal Simek  * MA 02111-1307 USA
21*a93c1a17SMichal Simek  */
22*a93c1a17SMichal Simek 
23*a93c1a17SMichal Simek #ifndef __ASM_MICROBLAZE_PROCESSOR_H
24*a93c1a17SMichal Simek #define __ASM_MICROBLAZE_PROCESSOR_H
25*a93c1a17SMichal Simek 
26*a93c1a17SMichal Simek /* References to section boundaries */
27*a93c1a17SMichal Simek 
28*a93c1a17SMichal Simek extern char __end[];
29*a93c1a17SMichal Simek extern char __text_start[];
30*a93c1a17SMichal Simek 
31*a93c1a17SMichal Simek #endif /* __ASM_MICROBLAZE_PROCESSOR_H */
32