1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2a93c1a17SMichal Simek /*
3a93c1a17SMichal Simek  * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
4a93c1a17SMichal Simek  */
5a93c1a17SMichal Simek 
6a93c1a17SMichal Simek #ifndef __ASM_MICROBLAZE_PROCESSOR_H
7a93c1a17SMichal Simek #define __ASM_MICROBLAZE_PROCESSOR_H
8a93c1a17SMichal Simek 
9a93c1a17SMichal Simek /* References to section boundaries */
10a93c1a17SMichal Simek 
11a93c1a17SMichal Simek extern char __end[];
12a93c1a17SMichal Simek extern char __text_start[];
13a93c1a17SMichal Simek 
142380b8f5SMichal Simek /* Microblaze board initialization function */
152380b8f5SMichal Simek void board_init(void);
162380b8f5SMichal Simek 
170f21f98dSMichal Simek /* Watchdog functions */
180f21f98dSMichal Simek extern void hw_watchdog_disable(void);
190f21f98dSMichal Simek 
20a93c1a17SMichal Simek #endif /* __ASM_MICROBLAZE_PROCESSOR_H */
21