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