]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/microblaze/include/asm/processor.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / microblaze / include / asm / processor.h
1 /*
2  * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
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
15 /* Microblaze board initialization function */
16 void board_init(void);
17
18 /* Watchdog functions */
19 extern int hw_watchdog_init(void);
20 extern void hw_watchdog_disable(void);
21
22 #endif /* __ASM_MICROBLAZE_PROCESSOR_H */