blob: a2a58117b8b1c0832640a0de853bd22f9dd287d5 [file] [log] [blame]
Michal Simek9c3474a2011-07-21 11:01:58 +02001/*
2 * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Michal Simek9c3474a2011-07-21 11:01:58 +02005 */
6
7#ifndef __ASM_MICROBLAZE_PROCESSOR_H
8#define __ASM_MICROBLAZE_PROCESSOR_H
9
10/* References to section boundaries */
11
12extern char __end[];
13extern char __text_start[];
14
Michal Simek9cabb362012-07-04 13:12:37 +020015/* Microblaze board initialization function */
16void board_init(void);
17
Michal Simek80e045f2013-04-22 11:23:16 +020018/* Watchdog functions */
19extern int hw_watchdog_init(void);
20extern void hw_watchdog_disable(void);
21
Michal Simek9c3474a2011-07-21 11:01:58 +020022#endif /* __ASM_MICROBLAZE_PROCESSOR_H */