xref: /rk3399_rockchip-uboot/arch/microblaze/include/asm/processor.h (revision 8c4dba1a5e5ff67380ae8d54fd5756e44dc2da59)
1a93c1a17SMichal Simek /*
2a93c1a17SMichal Simek  * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
3a93c1a17SMichal Simek  *
4*1a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
5a93c1a17SMichal Simek  */
6a93c1a17SMichal Simek 
7a93c1a17SMichal Simek #ifndef __ASM_MICROBLAZE_PROCESSOR_H
8a93c1a17SMichal Simek #define __ASM_MICROBLAZE_PROCESSOR_H
9a93c1a17SMichal Simek 
10a93c1a17SMichal Simek /* References to section boundaries */
11a93c1a17SMichal Simek 
12a93c1a17SMichal Simek extern char __end[];
13a93c1a17SMichal Simek extern char __text_start[];
14a93c1a17SMichal Simek 
152380b8f5SMichal Simek /* Microblaze board initialization function */
162380b8f5SMichal Simek void board_init(void);
172380b8f5SMichal Simek 
180f21f98dSMichal Simek /* Watchdog functions */
190f21f98dSMichal Simek extern void hw_watchdog_disable(void);
200f21f98dSMichal Simek 
21a93c1a17SMichal Simek #endif /* __ASM_MICROBLAZE_PROCESSOR_H */
22