blob: 5afc8f9e5a84bbf7eca23d8d518a8b440e64d678 [file] [log] [blame]
Googlere00b8eb2019-07-08 16:37:07 -07001/*
2 * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
Googler695f9d92023-09-11 15:38:29 +08003 *
4 * SPDX-License-Identifier: GPL-2.0+
Googlere00b8eb2019-07-08 16:37:07 -07005 */
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
15/* Microblaze board initialization function */
16void board_init(void);
17
18/* Watchdog functions */
19extern void hw_watchdog_disable(void);
20
21#endif /* __ASM_MICROBLAZE_PROCESSOR_H */