Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cabc92a88df0808d703358580ea42d9d50971b28
/
.
/
arch
/
mips
/
mach-ath79
/
include
/
mach
/
reset.h
blob: c383bfe608672e602e5d5bf13856ae1987f4e195 [
file
] [
log
] [
blame
]
/*
* 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 */