Add a platform prefix for function name in order to make more readable, and move it into ath79.h Signed-off-by: Wills Wang <wills.wang@live.com> Acked-by: Marek Vasut <marex@denx.de>master
parent
d58de3157e
commit
375239174c
@ -1,14 +0,0 @@ |
||||
/*
|
||||
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#ifndef __ASM_MACH_RESET_H |
||||
#define __ASM_MACH_RESET_H |
||||
|
||||
#include <linux/types.h> |
||||
|
||||
u32 get_bootstrap(void); |
||||
|
||||
#endif /* __ASM_MACH_RESET_H */ |
Loading…
Reference in new issue