mips: add base support for QCA/Atheros ath79 SOCs
[oweals/u-boot.git] / arch / mips / mach-ath79 / include / mach / reset.h
1 /*
2  * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
3  *
4  * SPDX-License-Identifier: GPL-2.0+
5  */
6
7 #ifndef __ASM_MACH_RESET_H
8 #define __ASM_MACH_RESET_H
9
10 #include <linux/types.h>
11
12 u32 get_bootstrap(void);
13
14 #endif /* __ASM_MACH_RESET_H */