Michal Simek | a93c1a1 | 2011-07-21 11:01:58 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011 Michal Simek <monstr@monstr.eu> |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | a93c1a1 | 2011-07-21 11:01:58 +0200 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __ASM_MICROBLAZE_PROCESSOR_H |
| 8 | #define __ASM_MICROBLAZE_PROCESSOR_H |
| 9 | |
| 10 | /* References to section boundaries */ |
| 11 | |
| 12 | extern char __end[]; |
| 13 | extern char __text_start[]; |
| 14 | |
Michal Simek | 2380b8f | 2012-07-04 13:12:37 +0200 | [diff] [blame] | 15 | /* Microblaze board initialization function */ |
| 16 | void board_init(void); |
| 17 | |
Michal Simek | 0f21f98 | 2013-04-22 11:23:16 +0200 | [diff] [blame] | 18 | /* Watchdog functions */ |
Michal Simek | 0f21f98 | 2013-04-22 11:23:16 +0200 | [diff] [blame] | 19 | extern void hw_watchdog_disable(void); |
| 20 | |
Michal Simek | a93c1a1 | 2011-07-21 11:01:58 +0200 | [diff] [blame] | 21 | #endif /* __ASM_MICROBLAZE_PROCESSOR_H */ |